diff --git a/templates/index.html b/templates/index.html
index e08bd4c..09009b2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -2,8 +2,8 @@
{% for subdirname in music_library.get_subdirs(path) %}
{%- set subdirpath = path + subdirname + '/' %}
- - {{ subdirname }}/
-
+ - {{ subdirname }}/
+
{%- set subdirs = music_library.get_subdirs(subdirpath) %}
{%- if subdirs %}
{%- for subdir in subdirs %}
@@ -15,7 +15,7 @@
{%- if files %}
{% for file in files %}
-
+
{% endfor %}
{%- endif %}
@@ -56,12 +56,12 @@
{% endif %}
Playlist :
-
+
{% for m in playlist %}
- {{ m }}
-
+
{% endfor %}