]> git.deb.at Git - deb/packages.git/commitdiff
html/head.tmpl: Fix rev="made" link
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 26 Nov 2007 11:10:58 +0000 (12:10 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 26 Nov 2007 11:10:58 +0000 (12:10 +0100)
Since this is a email address, we should prefix it with
mailto:, otherwise some clients (i.e. search bots) will try
to use it as a relative URL.

templates/html/head.tmpl

index bb8491ca47b7085f929ea1999c17dc16b8378e90..362a32edf0a61d41d2267fee4d88116969952dca 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="[% lang %]">
 <head>
 <title>[% organisation %] -- [% title_tag %]</title>
-<link rev="made" href="[% admin.mail %]">
+<link rev="made" href="mailto:[% admin.mail %]">
 <meta http-equiv="Content-Type" content="text/html; charset=[% charset %]">
 <meta name="Author" content="[% admin.name %], [% admin.mail %]">
 <meta name="Description" content="[% description %]">