aboutsummaryrefslogtreecommitdiffstats
path: root/view/contact_head.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-10 18:08:06 -0700
committerfriendica <info@friendica.com>2012-04-10 18:08:06 -0700
commited608694cec2ea901f474f432d99b33821b276aa (patch)
tree3bfedeabbebb0dc8dc14f80d42c4cea530bc7a69 /view/contact_head.tpl
parent18e225b05167261429df0e8dc4e6acf5cefd6c2a (diff)
downloadvolse-hubzilla-ed608694cec2ea901f474f432d99b33821b276aa.tar.gz
volse-hubzilla-ed608694cec2ea901f474f432d99b33821b276aa.tar.bz2
volse-hubzilla-ed608694cec2ea901f474f432d99b33821b276aa.zip
make editplain work everywhere
Diffstat (limited to 'view/contact_head.tpl')
-rw-r--r--view/contact_head.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/view/contact_head.tpl b/view/contact_head.tpl
index a76293a68..9cfd81710 100644
--- a/view/contact_head.tpl
+++ b/view/contact_head.tpl
@@ -2,10 +2,9 @@
src="$baseurl/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script>
<script language="javascript" type="text/javascript">
-
tinyMCE.init({
theme : "advanced",
- mode : "exact",
+ mode : "$editselect",
elements: "contact-edit-info",
plugins : "bbcode",
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor",