Commit 1a8cdeb20016e621c3deaaadfed9d61665aa80b3
1 parent
bbb22cce
Minor fix 3
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
news.php
@@ -29,7 +29,7 @@ while ($row = mysql_fetch_assoc($resultat)) { | @@ -29,7 +29,7 @@ while ($row = mysql_fetch_assoc($resultat)) { | ||
29 | echo '<div class="panel-heading">'; | 29 | echo '<div class="panel-heading">'; |
30 | echo '<h3 class="panel-title">'.$row['title']; | 30 | echo '<h3 class="panel-title">'.$row['title']; |
31 | if(isset($_SESSION["admin"])&&$_SESSION["admin"]) | 31 | if(isset($_SESSION["admin"])&&$_SESSION["admin"]) |
32 | - echo '<a href="#" onclick="editNews('.$row["pk"].')" class="glyphicon glyphicon-pencil"></a>'; | 32 | + echo ' <a href="#" onclick="editNews('.$row["pk"].')" class="glyphicon glyphicon-pencil"></a>'; |
33 | echo '</h3>'; | 33 | echo '</h3>'; |
34 | echo '</div>'; | 34 | echo '</div>'; |
35 | echo '<div class="panel-body">'; | 35 | echo '<div class="panel-body">'; |