diff --git a/rhodecode/templates/base/root.html b/rhodecode/templates/base/root.html --- a/rhodecode/templates/base/root.html +++ b/rhodecode/templates/base/root.html @@ -1,5 +1,6 @@ ## -*- coding: utf-8 -*- + ${self.title()} @@ -15,8 +16,8 @@ ## EXTRA FOR CSS ${self.css_extra()} - <%def name="css_extra()"> - + + <%def name="css_extra()"> ${self.css()} @@ -55,7 +56,7 @@ 'Selection link': "${_('Selection link')}", 'Collapse diff': "${_('Collapse diff')}", 'Expand diff': "${_('Expand diff')}", - 'Failed to remoke permission': "${_('Failed to remoke permission')}" + 'Failed to revoke permission': "${_('Failed to revoke permission')}" }; var _TM = TRANSLATION_MAP;