mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Fixed an indentation error in the missing module.
This commit is contained in:
parent
69e66c85e2
commit
a8f437808b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Missing(Outputable):
|
|||
missing_xml += "<p>" + __missing_info_text__ + ".</p>"
|
||||
|
||||
for missing in __missing_files__:
|
||||
missing_xml += "<p class=\"error\">" + missing + "</p>"
|
||||
missing_xml += "<p class=\"error\">" + missing + "</p>"
|
||||
|
||||
missing_xml += "</div></div>"
|
||||
print(missing_xml)
|
||||
|
|
Loading…
Reference in a new issue