1
0
mirror of https://github.com/bspeice/Melodia synced 2026-06-11 07:41:45 -04:00

Fix an issue with modelines destroying HTML

This commit is contained in:
Bradlee Speice
2013-02-05 14:29:45 -05:00
parent fdfcecc4a2
commit 75b678d56c
4 changed files with 3 additions and 9 deletions
+3 -2
View File
@@ -41,7 +41,9 @@ List of block elements in this page:
<div class="btn-group pull-right">
<a class="btn" href="#">{{ user.username }}</a>
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#"><span class="caret" /></a>
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li id="btn_logout"><a href="/logout">Logout</a></li>
</ul>
@@ -93,4 +95,3 @@ List of block elements in this page:
</script>
{% endblock %}{# endblock scripts #}
</html>
<!-- vim: ft=htmldjango
@@ -7,5 +7,3 @@
<li>{{ playlist.name }}</li>
{% endfor %}
</ul>
<!-- vim: ft=htmldjango
-2
View File
@@ -11,5 +11,3 @@
{% block body_content %}
<h1>Welcome to Melodia!</h1>
{% endblock %}
<!-- vim: ft=htmldjango
-3
View File
@@ -30,6 +30,3 @@
</center>
{% endblock %}
<!-- vim: ft=htmldjango