Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
jean committed Aug 3, 2013
1 parent 3346738 commit 94a2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/CMFPlomino/PlominoForm.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def _handleLabels(self, html_content_orig, editmode):
html_content_processed)
else:
html_content_processed = field_re.sub(
"<div class='fieldset'><span class='legend' title='Legend for %s'>%s</h1>%s</div>" % (
"<div class='fieldset'><span class='legend' title='Legend for %s'>%s</span>%s</div>" % (
fn, label, match_field.group()),
html_content_processed)
else:
Expand Down

0 comments on commit 94a2c4f

Please sign in to comment.