diff rhodecode/templates/base/root.html @ 3503:7adeca7b99c2 beta

root.html: IE do not like extra ',' in maps
author Mads Kiilerich <madski@unity3d.com>
date Thu, 07 Mar 2013 15:23:36 +0100
parents 246ab6d8a0f3
children c44645e5a836
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Thu Mar 07 20:06:45 2013 +0100
+++ b/rhodecode/templates/base/root.html	Thu Mar 07 15:23:36 2013 +0100
@@ -53,7 +53,7 @@
                 'Show selected change __S': "${_('Show selected change __S')}",
                 'Selection link': "${_('Selection link')}",
                 'collapse diff': "${_('collapse diff')}",
-                'expand diff': "${_('expand diff')}",
+                'expand diff': "${_('expand diff')}"
             };
             var _TM = TRANSLATION_MAP;