diff rhodecode/templates/base/root.html @ 3950:1226fdf24f8a beta

fixed typo remoke -> revoke
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 05 Jun 2013 19:55:35 +0200
parents 7e3d89d9d3a2
children ca30c9924023
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Wed Jun 05 19:12:16 2013 +0200
+++ b/rhodecode/templates/base/root.html	Wed Jun 05 19:55:35 2013 +0200
@@ -1,5 +1,6 @@
 ## -*- coding: utf-8 -*-
 <!DOCTYPE html>
+
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
         <title>${self.title()}</title>
@@ -15,8 +16,8 @@
             ## EXTRA FOR CSS
             ${self.css_extra()}
         </%def>
-        <%def name="css_extra()">
-        </%def>
+
+        <%def name="css_extra()"></%def>
 
         ${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;