Remove empty string as well.
This commit is contained in:
Родитель
ec4ea21335
Коммит
946b6a6d6f
|
@ -192,7 +192,7 @@ function renderWidget ( &$parser, $widgetName ) {
|
|||
function processEncodedWidgetOutput( &$out, &$text ) {
|
||||
// Find all hidden content and restore to normal
|
||||
$text = preg_replace(
|
||||
'/<!-- ENCODED_CONTENT ([0-9a-zA-Z\/+]+=*) -->/esm',
|
||||
'/<!-- ENCODED_CONTENT ([0-9a-zA-Z\/+]+=*)* -->/esm',
|
||||
'base64_decode("$1")',
|
||||
$text
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче