Typo in textarea htm l controls
This commit is contained in:
parent
7b0f9edb91
commit
10c7def564
@ -27,7 +27,7 @@
|
|||||||
%=l('${prefix}_${Label}')
|
%=l('${prefix}_${Label}')
|
||||||
</span><span class=data>
|
</span><span class=data>
|
||||||
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
|
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
|
||||||
%= text_area '${Name}', cols=>${cols | 40}, rows=>${rows | 10}, Readonly=>'${Readonly | false}','
|
%= text_area '${Name}', cols=>${cols | 40}, rows=>${rows | 10}, Readonly=>'${Readonly | false}'
|
||||||
</span><br>
|
</span><br>
|
||||||
]]></Textarea>
|
]]></Textarea>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user