diff options
Diffstat (limited to 'pages/index/0.php')
-rw-r--r-- | pages/index/0.php | 6 |
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 = ''; |