From 34c39b6e3b0f6821cf2e766defd0e63a3015dcd2 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 12 Dec 2014 18:26:40 +0100 Subject: [news] fix xml tags of news api --- apis/news.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apis') diff --git a/apis/news.inc.php b/apis/news.inc.php index 2c7e2654..ace41b21 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