hgbook

changeset 903:bc4ce1a80d40

Close chapter contents properly before the document footer.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 16:12:39 2009 +0100 (2009-10-26)
parents ac7637606272
children af7b5bbfcbd9
files web/html/template.html
line diff
     1.1 --- a/web/html/template.html	Mon Oct 26 15:55:58 2009 +0100
     1.2 +++ b/web/html/template.html	Mon Oct 26 16:12:39 2009 +0100
     1.3 @@ -27,18 +27,18 @@
     1.4  
     1.5      <div class="chapter" id="{% doc_id %}">
     1.6  
     1.7 -
     1.8        {% document_contents %}
     1.9  
    1.10 +    </div>
    1.11  
    1.12 -      <div class="hgbookfooter"> <p><img src="/support/icons/rss.png"> Want to stay
    1.13 -	  up to date? Subscribe to the comment feed for the 
    1.14 -          <a class="feed"
    1.15 -	     href="/feeds/comments/">entire book</a>.</p> 
    1.16 -        <p>Icons by
    1.17 -	  <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a
    1.18 -	  href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
    1.19 -      </div>
    1.20 +    <div class="hgbookfooter"> <p><img src="/support/icons/rss.png"> Want to stay
    1.21 +	up to date? Subscribe to the comment feed for the 
    1.22 +        <a class="feed"
    1.23 +	   href="/feeds/comments/">entire book</a>.</p> 
    1.24 +      <p>Icons by
    1.25 +	<a href="mailto:mattahan@gmail.com">Paul Davey</a> aka 
    1.26 +        <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
    1.27 +    </div>
    1.28  
    1.29      </div>
    1.30    </body>