mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Fixes #4706 'quote' bbcode in TinyMce and fixes fatal error under PHP 8.1 (LAN_WROTE)
This commit is contained in:
@@ -215,6 +215,8 @@
|
||||
),
|
||||
'quote' =>
|
||||
array (
|
||||
'Ted' => array('input'=>'Quoted Message', 'expected'=>'<blockquote><p>Quoted Message</p><small><cite title="Ted">Ted</cite></small></blockquote>'),
|
||||
|
||||
),
|
||||
'right' =>
|
||||
array (
|
||||
|
Reference in New Issue
Block a user