From: Michael Tremer Date: Sun, 22 Mar 2015 22:32:10 +0000 (+0100) Subject: fireinfo: Fix broken links X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f05bb70f255f8bea7e1e4f5f4ffca3f29f882a7;p=ipfire.org.git fireinfo: Fix broken links --- diff --git a/templates/fireinfo/profile-detail.html b/templates/fireinfo/profile-detail.html index e440b60f..f44653a3 100644 --- a/templates/fireinfo/profile-detail.html +++ b/templates/fireinfo/profile-detail.html @@ -51,7 +51,7 @@

- {{ _("Processor") }} + {{ _("Processor") }}

{{ profile.processor }} @@ -109,7 +109,7 @@

{% if profile.virtual %}
- {{ _("Hypervisor") }} + {{ _("Hypervisor") }}
{% if profile.hypervisor == "VMWare" %} @@ -134,7 +134,7 @@ {% if profile.memory %}
- {{ _("Memory") }} + {{ _("Memory") }}
{% if profile.memory <= (256 * 1024 ** 2) %} @@ -161,7 +161,7 @@ {% if profile.location %}
- {{ _("Location") }} + {{ _("Location") }}
{{ profile.location_string }} @@ -170,7 +170,7 @@ {% if profile.language %}
- {{ _("Language") }} + {{ _("Language") }}
{% module LanguageName(profile.language) %}
{% end %}