]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Do not put <ul> or <dl> into <p>
authorOleg Broytman <phd@phdru.name>
Mon, 4 Aug 2014 16:03:46 +0000 (20:03 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 23 Dec 2015 15:54:10 +0000 (18:54 +0300)
Paragraphs cannot contain block elements.

reindex_blog.py

index 82cdde591b34951ef3d82a9a2bc5ff01331801a6..bb315179cf75f8c90ba4d508094b486b9f3da4ee 100755 (executable)
@@ -375,7 +375,6 @@ linux 
 </form>
 </center>
 
-<p class="head">
 <dl>
 """]
 
@@ -428,7 +427,6 @@ for i, (count, tag, links) in enumerate(all_tags):
 #def body_html
 <h1>%s</h1>
 
-<p class="head">
 <ul>
 """ % tag)
 
@@ -445,7 +443,6 @@ for i, (count, tag, links) in enumerate(all_tags):
 
    tag_text.append("""\
 </ul>
-</p>
 #end def
 $phd_site.respond(self)
 """)
@@ -453,7 +450,6 @@ $phd_site.respond(self)
 
 new_text.append("""\
 </dl>
-</p>
 #end def
 $phd_site.respond(self)
 """)