summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Koenig <ethantkoenig@gmail.com>2017-09-16 02:04:27 -0700
committerLunny Xiao <xiaolunwen@gmail.com>2017-09-16 17:04:27 +0800
commit911ca0215377b34559f2304a22dce863e219b255 (patch)
treef16fd0e65af007ee3d47559e1432d1543a780417
parentd766d0c4e064bf7f66098123f39d15c2dc67e415 (diff)
downloadgitea-911ca0215377b34559f2304a22dce863e219b255.tar.gz
gitea-911ca0215377b34559f2304a22dce863e219b255.zip
Convert spaces to tabs in footer.tmpl (#2520)
-rw-r--r--templates/base/footer.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index be1c28b761..74bf05a2c8 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -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>