mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
Merge branch 'master' of https://github.com/friendica/friendica
Conflicts: include/config.php update.php
This commit is contained in:
commit
355c42cb30
1809 changed files with 48790 additions and 7152 deletions
2
library/mcefixes/plugins.bbcode.editor_plugin_src.js
Executable file → Normal file
2
library/mcefixes/plugins.bbcode.editor_plugin_src.js
Executable file → Normal file
|
@ -150,7 +150,7 @@
|
|||
rep(/<blockquote[^>]*>/gi,"[quote]");
|
||||
rep(/<\/blockquote>/gi,"[/quote]");
|
||||
rep(/<hr \/>/gi,"[hr]");
|
||||
rep(/<br \/>/gi,"\n\n");
|
||||
rep(/<br (.*?)\/>/gi,"\n\n");
|
||||
rep(/<br\/>/gi,"\n\n");
|
||||
rep(/<br>/gi,"\n");
|
||||
rep(/<p>/gi,"");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue