]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/head.tmpl
html/suite_index.tmpl: Fix error in variable name
[deb/packages.git] / templates / html / head.tmpl
index 9aed6a27c138e6fa93118c48180cdc56bc7e847a..9526e226a469d9e5bab81fd3903d435f48b88ffb 100644 (file)
@@ -29,7 +29,7 @@
 
    <div id="logo">
   <!-- very Debian specific use of the logo stuff -->
-  <a href="[% logo.url %]"><img src="[% logo.src %]" alt="" /></a>
+  <a href="[% logo.url %]"><img src="[% logo.src %]" alt=""></a>
   <a href="[% logo.url %]"><img src="/Pics/debian-small.png" alt="[% logo.alt %]" width="90" height="31"></a>
 </div> <!-- end logo -->