Bug #102053 ยป rvvn-issue-102053-fix.patch
RteHtmlParser-patched.php 2023-09-26 00:20:44.088603853 +0200 | ||
---|---|---|
$tagName = strtolower($this->getFirstTagName($v));
|
||
// Process based on the tag:
|
||
switch ($tagName) {
|
||
case 'ul':
|
||
case 'blockquote':
|
||
case 'dd':
|
||
case 'div':
|