commit 56602c8baa510a58caa83d75a48ad2b295f44097 parent c33b1e81b3d31b4ef2641e1f2ffd3287dddef289 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 28 Feb 2015 22:09:53 +0100 strings.... Diffstat:
| M | themes/jumbotron/admin.php | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -226,11 +226,11 @@ foreach($langs as $prio => $lang) { include($root . '/core/backend/blog/posts.php'); while ($x < $post_id_clean+1){ include($root . '/core/config/connect.db.inc.php'); - echo "<tr>"; - echo "<td>$post_id</td>"; - echo "<td>Jackson</td>"; - echo "<td>94</td>"; - echo "</tr>"; + echo (string)"<tr>"; + echo (string)"<td>$post_id</td>"; + echo (string)"<td>Jackson</td>"; + echo (string)"<td>94</td>"; + echo (string)"</tr>"; $x = $x+1; $id = $id+1; next_id_only();