Completed
Push — master ( a56a38...81a660 )
by cam
01:36
created
ecrire/inc/utils.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -368,8 +368,7 @@  discard block
 block discarded – undo
368 368
 	}
369 369
 	if (!isset($regs[2])) {
370 370
 		$niveau = _LOG_INFO;
371
-	}
372
-	else {
371
+	} else {
373 372
 		$niveau = intval($regs[2]);
374 373
 	}
375 374
 
@@ -1485,8 +1484,7 @@  discard block
 block discarded – undo
1485 1484
 	) {
1486 1485
 		if ($fsize = substr($f, 0, -6) . $m[1] . '.svg' and file_exists($fsize)) {
1487 1486
 			return $themefiles["$subdir$file"] = $fsize;
1488
-		}
1489
-		else {
1487
+		} else {
1490 1488
 			return $themefiles["$subdir$file"] = "$f?" . $m[1] . 'px';
1491 1489
 		}
1492 1490
 	}
Please login to merge, or discard this patch.