From a8f437808b5f1d9a4e387c040ed0ff055e385133 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Fri, 5 Apr 2013 14:09:28 +0200 Subject: [PATCH] Fixed an indentation error in the missing module. --- missing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/missing.py b/missing.py index 0906279..1b32320 100644 --- a/missing.py +++ b/missing.py @@ -51,7 +51,7 @@ class Missing(Outputable): missing_xml += "

" + __missing_info_text__ + ".

" for missing in __missing_files__: - missing_xml += "

" + missing + "

" + missing_xml += "

" + missing + "

" missing_xml += "" print(missing_xml)