mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Removed dangling </p> from the generated code of the filtering module.
This commit is contained in:
parent
36e5d85e8e
commit
69e66c85e2
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue