diff options
author | friendica <info@friendica.com> | 2012-02-26 15:07:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-26 15:07:34 -0800 |
commit | 89560edde2fe3fb198b558479e9c2300fc4185fd (patch) | |
tree | bffb4a563ed2fe1ff02a4221e28c608460c866db /include/html2bbcode.php | |
parent | 6ddd444afde33337235eab3aa9d6d1fe12bcb7a4 (diff) | |
parent | fe3dfbee5638dd2988bd8b126652b3138572f02c (diff) | |
download | volse-hubzilla-89560edde2fe3fb198b558479e9c2300fc4185fd.tar.gz volse-hubzilla-89560edde2fe3fb198b558479e9c2300fc4185fd.tar.bz2 volse-hubzilla-89560edde2fe3fb198b558479e9c2300fc4185fd.zip |
Merge pull request #50 from annando/master
massive changes in mail and design updates in "vier"
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]", "[*]"), |