aboutsummaryrefslogtreecommitdiffstats
path: root/include/html2bbcode.php
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-02-25 11:00:35 +0100
committerMichael <icarus@dabo.de>2012-02-25 11:00:35 +0100
commitdccefb3c36cd6b4672871a6a378a916bcb9d9992 (patch)
tree11d616943059274db2a293f56dd830246e1a6c99 /include/html2bbcode.php
parent01301a616901c23687f5ca33f147af7e4ea67c25 (diff)
downloadvolse-hubzilla-dccefb3c36cd6b4672871a6a378a916bcb9d9992.tar.gz
volse-hubzilla-dccefb3c36cd6b4672871a6a378a916bcb9d9992.tar.bz2
volse-hubzilla-dccefb3c36cd6b4672871a6a378a916bcb9d9992.zip
"vier": The contacts are now working again. Line break before closing bbcodes removed.
Diffstat (limited to 'include/html2bbcode.php')
-rwxr-xr-xinclude/html2bbcode.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/html2bbcode.php b/include/html2bbcode.php
index d8f1a24f1..65920380b 100755
--- a/include/html2bbcode.php
+++ b/include/html2bbcode.php
@@ -258,7 +258,7 @@ function html2bbcode($message)
"[hr]\n",
"\n[list",
"[/list]\n",
- "\n[/list]",
+ "\n[/",
"[list]\n",
"[list=1]\n",
"\n[*]"),
@@ -268,7 +268,7 @@ function html2bbcode($message)
"[hr]",
"[list",
"[/list]",
- "[/list]",
+ "[/",
"[list]",
"[list=1]",
"[*]"),