Sort out quotes round true ahd false in template
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
%=l('${prefix}_${Label}')
|
||||
</span><span class=data>
|
||||
% 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>
|
||||
]]></Textarea>
|
||||
|
||||
|
Reference in New Issue
Block a user