aboutsummaryrefslogtreecommitdiffstats
path: root/view/it
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-07 23:28:41 -0800
committerFriendika <info@friendika.com>2011-02-07 23:28:41 -0800
commite06cd399b7d90d0083ef70d0db8d284d22aa3f19 (patch)
tree793d5288280e371a1334e2c63e65afc5c7973613 /view/it
parentd37ee1b399c7f03e301b9cb70ed32b95ebaa65b5 (diff)
downloadvolse-hubzilla-e06cd399b7d90d0083ef70d0db8d284d22aa3f19.tar.gz
volse-hubzilla-e06cd399b7d90d0083ef70d0db8d284d22aa3f19.tar.bz2
volse-hubzilla-e06cd399b7d90d0083ef70d0db8d284d22aa3f19.zip
close tag on favicon link missing
Diffstat (limited to 'view/it')
-rw-r--r--view/it/head.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/it/head.tpl b/view/it/head.tpl
index 38b2a50f6..071c8fa91 100644
--- a/view/it/head.tpl
+++ b/view/it/head.tpl
@@ -2,7 +2,7 @@
<base href="$baseurl" />
<meta name="generator" content="$generator" />
<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
-<link rel="shortcut icon" href="$baseurl/images/ff-32.jpg">
+<link rel="shortcut icon" href="$baseurl/images/ff-32.jpg" />
<!--[if IE]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>