commit f37f371d8d1a26783aa2a454a71d5300baa05687
parent 9ecf11d33e80ee77df9c73c7682aa16bf08acbd1
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 14:36:04 +0100
delete character that was to much
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -86,7 +86,7 @@
if ($empty){
if ($post_title != "Database Error!"){
while (!empty($post_title)){
- $read = "1"";
+ $read = "1";
$id = $x;
echo "<a href='index.php?id=$x' rel='bookmark'> $post_title </a>";
$x = $x+1;