Skip to content

Commit c4fc4e9

Browse files
committed
style(app): fix indention in index.html
1 parent cbf7968 commit c4fc4e9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: app/templates/client/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
<% if(filters.ngroute) { %><div ng-view=""></div><% } %><% if(filters.uirouter) { %><div ui-view=""></div><% } %>
3131

3232
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
33-
<script>
34-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
35-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
36-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
37-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
33+
<script>
34+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
35+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
36+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
37+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
3838

39-
ga('create', 'UA-XXXXX-X');
40-
ga('send', 'pageview');
39+
ga('create', 'UA-XXXXX-X');
40+
ga('send', 'pageview');
4141
</script>
4242

4343
<!--[if lt IE 9]>

0 commit comments

Comments
 (0)