summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2013-08-20 21:41:55 +0200
committerBenny Baumann <BenBE@geshi.org>2013-08-20 21:41:55 +0200
commit1a1a0c72aa34679d6eac458b0be8fca084fec26c (patch)
tree8905dd6765f0a4cd3a5397e56c51afa2795dfc18 /pages
parentbf5344ce04b8f37b658f481a09f1742f84c182a3 (diff)
downloadcacert-devel-1a1a0c72aa34679d6eac458b0be8fca084fec26c.tar.gz
cacert-devel-1a1a0c72aa34679d6eac458b0be8fca084fec26c.tar.xz
cacert-devel-1a1a0c72aa34679d6eac458b0be8fca084fec26c.zip
bug-1190: improve links for mobile devices
Diffstat (limited to 'pages')
-rw-r--r--pages/index/0.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/pages/index/0.php b/pages/index/0.php
index db46673..c369635 100644
--- a/pages/index/0.php
+++ b/pages/index/0.php
@@ -61,9 +61,8 @@
// as it is in the RSS feed) we might inject harmful markup
$description = recode_string("UTF8..html", $description);
- 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><a href=\"%s\">%s</a></h3>\n", $link, $title);
+ printf("<p>%s</p>\n", $description);
$title = '';
$description = '';