aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/editleftbar.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-08-16 15:23:42 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-08-16 15:23:42 +0200
commitb5ebee8dea28e3a9c5160de1c56f7715153f3af4 (patch)
treeb7729495fdfa58210612d8280058a7412c57e9ea /app/view/templates/editleftbar.php
parent566b995bab45355d814ac5a8bfbf18e3a59c14ba (diff)
downloadwcms-b5ebee8dea28e3a9c5160de1c56f7715153f3af4.tar.gz
wcms-b5ebee8dea28e3a9c5160de1c56f7715153f3af4.zip
Generate list code function working
Diffstat (limited to 'app/view/templates/editleftbar.php')
-rw-r--r--app/view/templates/editleftbar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/editleftbar.php b/app/view/templates/editleftbar.php
index b8f4d4d..bd3fd15 100644
--- a/app/view/templates/editleftbar.php
+++ b/app/view/templates/editleftbar.php
@@ -174,7 +174,7 @@
?>
<label for="customhead">Custom head</label>
- <textarea name="customhead" wrap="off" spellcheck="false"><?= $art->customhead() ?></textarea>
+ <textarea name="customhead" wrap="off" spellcheck="false" rows="<?= $art->customhead('int') ?>"><?= $art->customhead() ?></textarea>
</fieldset>