Merge pull request #13597 from nehalko3087/master

Fix #13593 : removed whitespace in textarea for column default value
This commit is contained in:
Michal Čihař 2017-08-21 10:59:36 +02:00 committed by GitHub
commit 391d6c87a1

View File

@ -39,9 +39,7 @@ if ($type_upper == 'BIT') {
<textarea name="field_default_value[<?= $columnNumber; ?>]"
cols="15"
class="textfield
default_value">
<?= htmlspecialchars($defaultValue); ?>
</textarea>
default_value"><?= htmlspecialchars($defaultValue); ?></textarea>
<?php else: ?>
<input type="text"
name="field_default_value[<?= $columnNumber; ?>]"