From: Jorge Maldonado Ventura Date: Wed, 20 Sep 2017 04:20:11 +0000 (+0200) Subject: Fix duplicated rel attribute (#2549) X-Git-Tag: v1.3.0-rc1~178 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8b6236d67b21f2a3291207ef77d103a3ce7476ba;p=gitea.git Fix duplicated rel attribute (#2549) 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) --- 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"}}