mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
toHTML modifiers extracted to new method.
This commit is contained in:
@@ -89,8 +89,8 @@
|
||||
'block' =>
|
||||
array (
|
||||
),
|
||||
'code' =>
|
||||
array (
|
||||
'code' => array (
|
||||
|
||||
),
|
||||
'glyph' =>
|
||||
array (
|
||||
@@ -217,6 +217,7 @@
|
||||
{
|
||||
$input = '['.$bbcode.']http://mysite.com[/'.$bbcode.']';
|
||||
$result = $this->bb->parseBBCodes($input, true); // parsing to check for PHP errors.
|
||||
// $this->assertNotEmpty($result, $input." was empty.");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user