mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
"vier": The contacts are now working again. Line break before closing bbcodes removed.
This commit is contained in:
parent
01301a6169
commit
dccefb3c36
5 changed files with 289 additions and 22 deletions
|
@ -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]",
|
||||
"[*]"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue