]> git.ipfire.org Git - ipfire.org.git/commitdiff
Fixed Sidebar.
authorJan Paul Tuecking <earl@ipfire.org>
Thu, 21 Jan 2010 11:30:22 +0000 (12:30 +0100)
committerJan Paul Tuecking <earl@ipfire.org>
Thu, 21 Jan 2010 11:30:22 +0000 (12:30 +0100)
www/templates/static/screenshots.html

index 9f4d9349738d684ec9295026f2c926700ea8b8a0..54979eaa33977599725cbf8874ae407d3ecf2adc 100644 (file)
 {% block sidebar %}
                <h4><span>{{ _("Screenshot") }}</span> list</h4>
                <ul class="links">              
-                       <li class="first"><a href="#{{ _("System") }}>{{ _("System") }}</a></li>
-                       <li><a href="#{{ _("Status") }}>{{ _("Status") }}</a></li>
-                       <li><a href="#{{ _("Network") }}>{{ _("Network") }}</a></li>
-                       <li><a href="#{{ _("Services") }}>{{ _("Services") }}</a></li>
-                       <li><a href="#{{ _("Firewall">{{ _("Firewall") }}</a></li>
-                       <li><a href="#{{ _("IPFire") }}>{{ _("IPFire") }}</a></li>
-                       <li><a href="#{{ _("Logs") }}>{{ _("Logs") }}</a></li>
+                       <li class="first"><a href="#{{ _("System") }}">{{ _("System") }}</a></li>
+                       <li><a href="#{{ _("Status") }}">{{ _("Status") }}</a></li>
+                       <li><a href="#{{ _("Network") }}">{{ _("Network") }}</a></li>
+                       <li><a href="#{{ _("Services") }}">{{ _("Services") }}</a></li>
+                       <li><a href="#{{ _("Firewall") }}">{{ _("Firewall") }}</a></li>
+                       <li><a href="#{{ _("IPFire") }}">{{ _("IPFire") }}</a></li>
+                       <li><a href="#{{ _("Logs") }}">{{ _("Logs") }}</a></li>
                </ul>
  {{ modules.SidebarBanner(banner) }}