summaryrefslogtreecommitdiff
path: root/pages/index
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2013-07-15 18:57:52 +0200
committerMichael Tänzer <neo@nhng.de>2013-07-15 18:57:52 +0200
commitae73936f64df57d277ed3efda12dcb5cad1ddbf1 (patch)
tree181d1b57cd40274c119c86d2a5a569b25bd3ff20 /pages/index
parente590fec97917a6cafa22ba5c555dd7a1e06cd646 (diff)
downloadcacert-devel-ae73936f64df57d277ed3efda12dcb5cad1ddbf1.tar.gz
cacert-devel-ae73936f64df57d277ed3efda12dcb5cad1ddbf1.tar.xz
cacert-devel-ae73936f64df57d277ed3efda12dcb5cad1ddbf1.zip
bug 1190: Use double quoted strings to allow line breaks
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages/index')
-rw-r--r--pages/index/0.php6
1 files 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('<h3> %s </h3>\n', $title);
- printf('<p> %s </p>\n', $description);
- printf('<p>[<a href="%s"> %s </a> ] </p>\n\n', $link,_("Full Story"));
+ printf("<h3> %s </h3>\n", $title);
+ printf("<p> %s </p>\n", $description);
+ printf("<p>[<a href=\"%s\"> %s </a> ] </p>\n\n", $link,_("Full Story"));
$title = '';
$description = '';