Skip to content

Commit

Permalink
Removing a hard coded <hr /> for our newspaper friends at Washington …
Browse files Browse the repository at this point in the history
…Times/Corey OOrdt
  • Loading branch information
pydanny committed Oct 16, 2009
1 parent 7aabb2d commit f757b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni_form/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(self, legend, *fields, **args):
self.css = args['css_class']
else:
self.css = None
self.legend_html = legend and ('<legend>%s</legend><hr/>' % unicode(legend)) or ''
self.legend_html = legend and ('<legend>%s</legend>' % unicode(legend)) or ''
self.fields = fields


Expand Down

0 comments on commit f757b8e

Please sign in to comment.