Fix wrong attribute for script tag in Dataform.
This commit is contained in:
parent
3dda2b49d4
commit
a819c93944
2 changed files with 2 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ sub toHtml {
|
|||
# Add the maxlength script
|
||||
$style->setScript(
|
||||
$url->extras( 'yui/build/yahoo-dom-event/yahoo-dom-event.js' ),
|
||||
{ text => 'text/javascript' },
|
||||
{ type => 'text/javascript' },
|
||||
);
|
||||
$style->setScript(
|
||||
$url->extras( 'yui-webgui/build/form/textarea.js' ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue