mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-10482 incorrect texarea height
This commit is contained in:
parent
46a29ccfec
commit
c35075db50
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user