From 7f05bb70f255f8bea7e1e4f5f4ffca3f29f882a7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 22 Mar 2015 23:32:10 +0100 Subject: [PATCH] fireinfo: Fix broken links --- templates/fireinfo/profile-detail.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %} -- 2.47.3