From 75b678d56ce417864cbdf9b2ca97f5f1c0277477 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 5 Feb 2013 14:29:45 -0500 Subject: [PATCH] Fix an issue with modelines destroying HTML --- web/views/templates/base | 5 +++-- web/views/templates/components/playlist_sidebar | 2 -- web/views/templates/index | 2 -- web/views/templates/login | 3 --- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/web/views/templates/base b/web/views/templates/base index 7355bda..7ac7570 100644 --- a/web/views/templates/base +++ b/web/views/templates/base @@ -41,7 +41,9 @@ List of block elements in this page:
{{ user.username }} - + + + @@ -93,4 +95,3 @@ List of block elements in this page: {% endblock %}{# endblock scripts #} -