From b92f48b60548d0be057bc9dbe264e00fc186227f Mon Sep 17 00:00:00 2001 From: Andrea Arteaga Date: Fri, 24 Feb 2012 18:58:34 +0100 Subject: New Plotter class --- numbench/htmlreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numbench/htmlreport.py') diff --git a/numbench/htmlreport.py b/numbench/htmlreport.py index 33c19fa..0439aff 100644 --- a/numbench/htmlreport.py +++ b/numbench/htmlreport.py @@ -91,7 +91,7 @@ h1, h2, .plot, .descr, .info { def addFig(self, title, image, descr='', alt='', width=None): self.content += '
' self.content += '

' + title + '

' - if descr.strip() != '': + if descr.strip() != '': self.content += '

' + descr + '

' self.content += '
' self.content += '' -- cgit v1.2.3-65-gdbad