Completed
Branch develop (f80dd6)
by
unknown
26:05
created
htdocs/categories/viewcat.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1381,7 +1381,9 @@
 block discarded – undo
1381 1381
 				$i = 0;
1382 1382
 				foreach ($fichinters as $fichinter) {
1383 1383
 					$i++;
1384
-					if ($i > $limit) break;
1384
+					if ($i > $limit) {
1385
+						break;
1386
+					}
1385 1387
 
1386 1388
 					print "\t".'<tr class="oddeven">'."\n";
1387 1389
 					print '<td class="nowrap tdtop">';
Please login to merge, or discard this patch.