diff rhodecode/templates/base/root.html @ 3198:c20adbaf16af beta

html: random indentation fixes
author Mads Kiilerich <madski@unity3d.com>
date Tue, 22 Jan 2013 23:44:38 +0100
parents b4f401524060
children d4bb8de7382f
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Tue Jan 22 23:44:38 2013 +0100
+++ b/rhodecode/templates/base/root.html	Tue Jan 22 23:44:38 2013 +0100
@@ -21,17 +21,17 @@
 
         %if c.ga_code:
         <!-- Analytics -->
-         <script type="text/javascript">
-          var _gaq = _gaq || [];
-          _gaq.push(['_setAccount', '${c.ga_code}']);
-          _gaq.push(['_trackPageview']);
+        <script type="text/javascript">
+            var _gaq = _gaq || [];
+            _gaq.push(['_setAccount', '${c.ga_code}']);
+            _gaq.push(['_trackPageview']);
 
-          (function() {
-            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-          })();
-         </script>
+            (function() {
+                var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+                })();
+        </script>
         %endif
 
         ## JAVASCRIPT ##