From 4aa8bd44df746b2a72fa3abfa29b58b5052fc772 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 15 Sep 2014 15:25:11 +0200 Subject: [news-API] tag content as 'content' instead of 'info' --- apis/news.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/news.inc.php b/apis/news.inc.php index ace41b21..2c7e2654 100644 --- a/apis/news.inc.php +++ b/apis/news.inc.php @@ -11,9 +11,9 @@ if ($row !== false ) { echo "\t" . '' . "\n"; echo "\t\t" . $row['title'] . "\n"; echo "\t" . '' . "\n"; - echo "\t" . "" . "\n"; + echo "\t" . "" . "\n"; echo "\t\t" . $row['content'] . "\n"; - echo "\t" . '' . "\n"; + echo "\t" . '' . "\n"; echo "\t" . "" . "\n"; echo "\t\t" . $row['dateline'] . "\n"; echo "\t" . "" . "\n"; -- cgit v1.2.3-55-g7522