0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-27 11:39:06 +02:00

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

This commit is contained in:
Ethan Koenig 2017-09-16 02:04:27 -07:00 committed by Lunny Xiao
parent d766d0c4e0
commit 911ca02153

View file

@ -64,7 +64,7 @@
<script src="{{AppSubUrl}}/vendor/plugins/vue/vue.min.js"></script> <script src="{{AppSubUrl}}/vendor/plugins/vue/vue.min.js"></script>
<!-- JavaScript --> <!-- JavaScript -->
<script src="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.js"></script> <script src="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.js"></script>
<script src="{{AppSubUrl}}/js/index.js?v={{MD5 AppVer}}"></script> <script src="{{AppSubUrl}}/js/index.js?v={{MD5 AppVer}}"></script>
</body> </body>
</html> </html>