diff --git a/progit/__init__.py b/progit/__init__.py index 7dfe253..1aff8a4 100644 --- a/progit/__init__.py +++ b/progit/__init__.py @@ -233,7 +233,7 @@ def format_loc(loc): """ Template filter putting the provided lines of code into a table """ output = [ - '
', + '
', '' ] cnt = 1