hubzilla issue #777
This commit is contained in:
parent
ef51c1c2b2
commit
2cc1844d97
@ -383,7 +383,7 @@ function bb_definitionList($match) {
|
|||||||
$eatLeadingSpaces = '(?: |[ \t])*'; // prevent spaces infront of [*= from adding another line to the previous element
|
$eatLeadingSpaces = '(?: |[ \t])*'; // prevent spaces infront of [*= from adding another line to the previous element
|
||||||
$listElements = preg_replace('/^(\n|<br \/>)/', '', $match[2]); // ltrim the first newline
|
$listElements = preg_replace('/^(\n|<br \/>)/', '', $match[2]); // ltrim the first newline
|
||||||
$listElements = preg_replace(
|
$listElements = preg_replace(
|
||||||
'/' . $eatLeadingSpaces . '\[\*=([[:print:]]*?)(?<!\\\)\]/ism',
|
'/' . $eatLeadingSpaces . '\[\*=([\p{Any}]*?)(?<!\\\)\]/uism',
|
||||||
$closeDescriptionTag . '<dt>$1</dt><dd>',
|
$closeDescriptionTag . '<dt>$1</dt><dd>',
|
||||||
$listElements
|
$listElements
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user