From f7c6d41cf5c8dc5bad164c3bb47a723783a373ab Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 07 2014 17:18:01 +0000 Subject: Remove the css from the html itself --- 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