Convert spaces to tabs in footer.tmpl (#2520)

pull/2411/head^2
Ethan Koenig 7 years ago committed by Lunny Xiao
parent d766d0c4e0
commit 911ca02153
  1. 6
      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>
</html>

Loading…
Cancel
Save