diff options
author | Michael <icarus@dabo.de> | 2012-02-25 11:00:35 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-02-25 11:00:35 +0100 |
commit | dccefb3c36cd6b4672871a6a378a916bcb9d9992 (patch) | |
tree | 11d616943059274db2a293f56dd830246e1a6c99 /include/html2bbcode.php | |
parent | 01301a616901c23687f5ca33f147af7e4ea67c25 (diff) | |
download | volse-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-x | include/html2bbcode.php | 4 |
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]", "[*]"), |