##// END OF EJS Templates
Pass textarea attributes to fix w3c validation of label
neko259 -
r1408:9d9f4258 default
parent child Browse files
Show More
@@ -82,7 +82,7 b' class FormatPanel(forms.Textarea):'
82 82 formatter.preview_right + '</span>'
83 83
84 84 output += '</div>'
85 output += super(FormatPanel, self).render(name, value, attrs=None)
85 output += super(FormatPanel, self).render(name, value, attrs=attrs)
86 86
87 87 return output
88 88
General Comments 0
You need to be logged in to leave comments. Login now