]> 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 866641cf4c7d40dbe088c600fdf326f98f4679d6..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 -->
 
@@ -61,7 +61,7 @@
 
 <p class="hidecss"><a href="#inner">[% g('skip the navigation') %]</a></p>
 <div id="pnavbar">
- &gt;&gt; <a href="[% homepage %]" title="[% g('%s Homepage', organisation) %]">[% organisation %]</a>
+ &gt;&gt; <a href="[% project_homepage %]" title="[% g('%s Homepage', organisation) %]">[% organisation %]</a>
  &gt;&gt; <a href="[% packages_homepage %]" title="[% g('%s Packages Homepage', organisation) %]">[% g('Packages') %]</a>
 [% FOREACH n IN navigation %]
  &gt;&gt; [% IF n.url %]<a href="[% n.url %]" [% IF n.title %]title="[% n.title %]"[% END %]>[% n.name %]</a>[% ELSE %][% n.name %][% END %]