commit dfbddab4e82bdd2fe478e994e3149eb06dd66515
parent b352a5ef64ea800385b8b976c7c16c46de11d517
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 12:18:39 +0100
delete things that should not longer be there :D
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -79,7 +79,7 @@
<?php
$x = 1;
if (!$post_title == "bug?"){
- while (!empty($post_title); $post_title = "bug?"){
+ while (!empty($post_title)){
echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>";
$x = $x+1;
}