From 8b6236d67b21f2a3291207ef77d103a3ce7476ba Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Wed, 20 Sep 2017 06:20:11 +0200 Subject: [PATCH] Fix duplicated rel attribute (#2549) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to the HTML 5.1 recommendation "The rel attribute on a and area elements controls what kinds of links the elements create. The attribute’s value must be a set of space-separated tokens." (source https://www.w3.org/TR/html51/links.html#links-created-by-a-and-area-elements) --- templates/base/head.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 23292cdbcd..cd4533f414 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -210,7 +210,7 @@ {{.i18n.Tr "your_settings"}} - + {{.i18n.Tr "help"}} @@ -234,7 +234,7 @@ {{else}} - {{.i18n.Tr "help"}} + {{.i18n.Tr "help"}}