Browse Source

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

for-closed-social
Ethan Koenig 7 years ago
committed by Lunny Xiao
parent
commit
911ca02153
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/base/footer.tmpl

+ 3
- 3
templates/base/footer.tmpl View 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>
</html>

Loading…
Cancel
Save