diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-17 11:30:11 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-17 11:30:11 +0100 |
commit | a34d6363666493dd860f831b72975d751600305f (patch) | |
tree | aeee19c73cee18099855e5df942e70def72d8b06 | |
parent | 89ad259050898faef183dcec50481ed83e08eb7c (diff) | |
download | volse-hubzilla-a34d6363666493dd860f831b72975d751600305f.tar.gz volse-hubzilla-a34d6363666493dd860f831b72975d751600305f.tar.bz2 volse-hubzilla-a34d6363666493dd860f831b72975d751600305f.zip |
remove redundant comma
-rw-r--r-- | view/tpl/wiki.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index f8073c080..5cbf3a978 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -227,7 +227,7 @@ minLines: 30, maxLines: Infinity, - printMargin: false, + printMargin: false }); editor.getSession().setValue(window.wiki_page_content); |