Removed dangling </p> from the generated code of the filtering module.

This commit is contained in:
Adam Waldenberg 2013-04-05 14:08:47 +02:00
parent 36e5d85e8e
commit 69e66c85e2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class Filtering(Outputable):
for i in __filtered_files__:
filtering_xml += "<p>" + i + "</p>"
filtering_xml += "</p></div></div>"
filtering_xml += "</div></div>"
print(filtering_xml)
def output_text(self):