prettier player window,
[wolnelektury.git] / wolnelektury / templates / catalogue / book_list.html
index 318f1b4..a32f60f 100644 (file)
@@ -15,7 +15,7 @@
 
     <div style='clear:both;'></div>
 
-    <a name="top">
+    <a name="top"></a>
 
     <div id="book-list-nav" class="normal-text">
         {% trans "Table of Content" %}
@@ -35,7 +35,7 @@
         {% book_tree orphans books_by_parent %}
         {% for author, group in books_by_author.items %}
             {% if group %}
-                <a name="{{ author.slug }}">
+                <a name="{{ author.slug }}"></a>
                 <div class="group">
                     <h2><a href="{{ author.get_absolute_url }}">{{ author }}</a></h2>
                     {% book_tree group books_by_parent %}