Skip to content

Commit

Permalink
Merge pull request #542 from gisweb/htmlAttributes
Browse files Browse the repository at this point in the history
fixin HTMLAttributes
  • Loading branch information
ebrehault committed Mar 25, 2014
2 parents c0b777c + 699a468 commit 3c4c073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/CMFPlomino/PlominoField.py
Expand Up @@ -278,7 +278,7 @@ def getFieldRender(self, form, doc, editmode, creation=False, request=None):
doc=target
)

injection_zone = 'id="%s"' % self.id
injection_zone = 'name="%s"' % self.id
if (injection_zone in html
and hasattr(self, 'HTMLAttributesFormula')
and self.HTMLAttributesFormula
Expand Down

0 comments on commit 3c4c073

Please sign in to comment.