From ae73936f64df57d277ed3efda12dcb5cad1ddbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Mon, 15 Jul 2013 18:57:52 +0200 Subject: bug 1190: Use double quoted strings to allow line breaks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/index/0.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index/0.php b/pages/index/0.php index 7e118eb..a2c2e5a 100644 --- a/pages/index/0.php +++ b/pages/index/0.php @@ -55,9 +55,9 @@ $nodeList = $xpath->query($query, $item); $description = recode_string("UTF8..html" , $nodeList->item(0)->nodeValue); - printf('

%s

\n', $title); - printf('

%s

\n', $description); - printf('

[ %s ]

\n\n', $link,_("Full Story")); + printf("

%s

\n", $title); + printf("

%s

\n", $description); + printf("

[ %s ]

\n\n", $link,_("Full Story")); $title = ''; $description = ''; -- cgit v1.2.1