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

release/v1.3
Ethan Koenig 7 years ago committed by Lunny Xiao
parent d766d0c4e0
commit 911ca02153

@ -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