diff xslt/ga.xslt @ 1085:c454373427ef

Regenerated.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 28 Feb 2014 20:12:47 +0400
parents 1507ec5ba69a
children 1281a1f9eec2
line wrap: on
line diff
--- a/xslt/ga.xslt	Fri Feb 21 20:15:37 2014 +0400
+++ b/xslt/ga.xslt	Fri Feb 28 20:12:47 2014 +0400
@@ -1,9 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  Copyright (C) Nginx, Inc.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 
-   <xsl:template name="ga">
+<xsl:template name="ga">
 
-      <script type="text/javascript">
+    <script type="text/javascript">
 
         var _gaq = _gaq || [];
         _gaq.push(['_setAccount', 'UA-27974099-2']);
@@ -17,6 +21,7 @@
         })();
 
     </script>
-   </xsl:template>
+
+</xsl:template>
 
 </xsl:stylesheet>