aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2019-10-21 23:06:56 +0200
committern-peugnet <n.peugnet@free.fr>2019-10-21 23:06:56 +0200
commit016dc180d41c28c8fb0883b09a55b69cb060a0c1 (patch)
treefa1f36802cdae44625a7a87960c5347e127f326d /app/view/templates
parent772b6e789037673a6776c29f05d5e8144844733a (diff)
downloadwcms-016dc180d41c28c8fb0883b09a55b69cb060a0c1.tar.gz
wcms-016dc180d41c28c8fb0883b09a55b69cb060a0c1.zip
make font-size input work with codemirror
Diffstat (limited to 'app/view/templates')
-rw-r--r--app/view/templates/edittopbar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/edittopbar.php b/app/view/templates/edittopbar.php
index ec1a875..13cef96 100644
--- a/app/view/templates/edittopbar.php
+++ b/app/view/templates/edittopbar.php
@@ -27,7 +27,7 @@
<span id="fontsize" class="hidephone">
<label for="fontsize">Font-size</label>
- <input type="number" name="fontsize" value="<?= Config::fontsize() ?>" id="fontsize" min="5" max="99">
+ <input type="number" name="fontsize" value="<?= Config::fontsize() ?>" id="editfontsize" min="5" max="99">
</span>
<span id="download" class="hidephone">