From 40e1821d12a6840d825410816445198b62a6f505 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 30 Jun 2012 13:01:53 +0000 Subject: [PATCH] 5885: TemplateSyntaxError on person details svn: r19941 --- src/webapp/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webapp/utils.py b/src/webapp/utils.py index ac4699e72..1fc3545ee 100644 --- a/src/webapp/utils.py +++ b/src/webapp/utils.py @@ -211,7 +211,7 @@ class Table(object): self.doc = doc self.doc.set_link_attrs({"class": "browsecell"}) # None is paperstyle, which is ignored: - self.doc = Doc(HtmlDoc.HtmlDoc( + self.doc = Doc(HtmlDoc( make_basic_stylesheet( Table={"set_width":95}, TableHeaderCell={"set_bottom_border": True,