diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-06-10 22:27:54 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-06-10 22:38:24 +0200 |
commit | ceafdbd492684b8545c9b944e2b0aaec84994c5c (patch) | |
tree | bbc228ef8067a1e7e7390fc437e6138942e2e7b9 /.templates/editpage.tmpl | |
parent | 6fc97a71b0594afa47781571654e71cb18d4d08a (diff) | |
download | web-ceafdbd492684b8545c9b944e2b0aaec84994c5c.tar.gz web-ceafdbd492684b8545c9b944e2b0aaec84994c5c.tar.bz2 web-ceafdbd492684b8545c9b944e2b0aaec84994c5c.zip |
Update to ikiwiki a31ce0e97d1e1c476a1fcdb52a2d78cadb845557.
Diffstat (limited to '.templates/editpage.tmpl')
-rw-r--r-- | .templates/editpage.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.templates/editpage.tmpl b/.templates/editpage.tmpl index 53ce934e..237a6c92 100644 --- a/.templates/editpage.tmpl +++ b/.templates/editpage.tmpl @@ -17,7 +17,9 @@ <TMPL_VAR FIELD-TYPE> </TMPL_IF> <li> +<div class="editcontentdiv"> <TMPL_VAR FIELD-EDITCONTENT><br /> +</div> </li> <TMPL_IF NAME="CAN_COMMIT"> <li> |