MDL-10482 incorrect texarea height

This commit is contained in:
skodak 2007-07-16 14:50:25 +00:00
parent 46a29ccfec
commit c35075db50

View File

@ -33,7 +33,7 @@
if (empty($this->field->param3)) {
echo('"35"');
} else {
echo '"'.s($this->field->param2).'"';
echo '"'.s($this->field->param3).'"';
}
?> /> <?php echo get_string('rows', 'data'); ?>
</td>