diff piecrust/data/debug.py @ 922:b447c24bc8d4

Merge changes from PieCrust2 branch.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 29 Sep 2017 17:05:09 -0700
parents d91e013b586a
children 05fba0b8e21c
line wrap: on
line diff
--- a/piecrust/data/debug.py	Fri Sep 29 08:45:48 2017 -0700
+++ b/piecrust/data/debug.py	Fri Sep 29 17:05:09 2017 -0700
@@ -219,7 +219,7 @@
                 lambda d: sorted(iter(d.items()), key=lambda i: i[0]))
         if (rendered_count == 0 and
                 not hasattr(data.__class__, 'debug_render_not_empty')):
-            self._writeLine('<p class="%s %s">(empty dictionary)</p>' %
+            self._writeLine('<p class="%s">(empty dictionary)</p>' %
                             CSS_DOC)
         self._writeLine('</div>')