commit fadbb97c948541f2ea9088ceab8ccf12e9d55a84
parent a550961893eef5dbba86caa87436d9abab6f34a4
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 12:04:00 +0100
try to fix new endless loop
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -78,7 +78,7 @@
<h1>
<?php
$x = 1;
- while (!empty($post_title)){
+ while (!empty($post_title OR $post_title = "bug?")){
echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>";
$x = $x+1;
}