Fixed an indentation error in the missing module.

This commit is contained in:
Adam Waldenberg 2013-04-05 14:09:28 +02:00
parent 69e66c85e2
commit a8f437808b
1 changed files with 1 additions and 1 deletions

View File

@ -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)