aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-09 14:53:38 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-09 14:53:38 +0100
commit303880b312d2f0eb4d1e7e153d565431c4c6f8d7 (patch)
treec98883dcccba8409c69d7b1c586ebecb7f4044d9 /templates
parentRevert unnecessary change (diff)
[Wiki] Fix editor
Diffstat (limited to 'templates')
-rw-r--r--templates/wiki/page_edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/page_edit.html b/templates/wiki/page_edit.html
index 7610be34..7664511e 100644
--- a/templates/wiki/page_edit.html
+++ b/templates/wiki/page_edit.html
@@ -26,7 +26,7 @@
<h2>Preview</h2>
- <div class="uk-alert preview-div" style="padding: 1rem 1rem 0.1rem;">
+ <div class="uk-alert" id="preview-div" style="padding: 1rem 1rem 0.1rem;">
{{ preview | safe }}
</div>