commit eda3e444d6624ced52ec896d2cf74242d39df270
parent 76dc7778e27e0d8c1381c312e64d7bd3a3db6d5e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 11:54:28 +0100
removed echo at wrong position
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php
@@ -42,7 +42,6 @@
$post_author = "bug?";
$post_date = "bug?";
$post_categrory = "bug?";
- echo "<b>bug?</b>";
}else{
//Check if Data in it
if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE $post_id')) {
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -77,7 +77,7 @@
<div class="container">
<h1>
<?php
- echo "<a href='index.php?id=".$post_id."' rel='bookmark'> $post_title </a>";
+ echo "<a href='index.php?id=$post_id' rel='bookmark'> $post_title </a>";
?>
</h1>
<div>