aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/jot-header.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-04-14 23:14:52 -0700
committerSimon <simon@kisikew.org>2012-04-14 23:14:52 -0700
commit4572179a24d575df19b96427479dc11f7d137683 (patch)
treef7b6f7a086a96a096730b19ed520b93ca534427c /view/theme/dispy/jot-header.tpl
parentdddf3307af24de71a8b6e52a984ba2f2e310c3b7 (diff)
parentd836be1dc3dfee6f969fab0c03094af8b44dd697 (diff)
downloadvolse-hubzilla-4572179a24d575df19b96427479dc11f7d137683.tar.gz
volse-hubzilla-4572179a24d575df19b96427479dc11f7d137683.tar.bz2
volse-hubzilla-4572179a24d575df19b96427479dc11f7d137683.zip
Merge pull request #236 from simonlnu/master
fix fpostJS, add and fix some other stuff
Diffstat (limited to 'view/theme/dispy/jot-header.tpl')
-rw-r--r--view/theme/dispy/jot-header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl
index 44120da40..5838729cc 100644
--- a/view/theme/dispy/jot-header.tpl
+++ b/view/theme/dispy/jot-header.tpl
@@ -36,7 +36,7 @@ function initEditor(cb) {
entity_encoding : "raw",
add_unload_trigger : false,
remove_linebreaks : false,
- force_p_newlines : true,
+ force_p_newlines : false,
force_br_newlines : true,
forced_root_block : '',
convert_urls: false,