]> source.dussan.org Git - gitea.git/commitdiff
Convert spaces to tabs in footer.tmpl (#2520)
authorEthan Koenig <ethantkoenig@gmail.com>
Sat, 16 Sep 2017 09:04:27 +0000 (02:04 -0700)
committerLunny Xiao <xiaolunwen@gmail.com>
Sat, 16 Sep 2017 09:04:27 +0000 (17:04 +0800)
templates/base/footer.tmpl

index be1c28b761cc41e3a710c08c2c684a9e657e5967..74bf05a2c86576ab12943e9dfb80492f8fdb3739 100644 (file)
@@ -64,7 +64,7 @@
        <script src="{{AppSubUrl}}/vendor/plugins/vue/vue.min.js"></script>
 
        <!-- JavaScript -->
-  <script src="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.js"></script>
-  <script src="{{AppSubUrl}}/js/index.js?v={{MD5 AppVer}}"></script>
+       <script src="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.js"></script>
+       <script src="{{AppSubUrl}}/js/index.js?v={{MD5 AppVer}}"></script>
 </body>
-</html>
\ No newline at end of file
+</html>