this looks like a slightly cleaner solution to the unicode dl issue
This commit is contained in:
		| @@ -383,7 +383,7 @@ function bb_definitionList($match) { | ||||
| 	$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( | ||||
| 		'/' . $eatLeadingSpaces . '\[\*=([\p{Any}]*?)(?<!\\\)\]/uism',  | ||||
| 		'/' . $eatLeadingSpaces . '\[\*=([[:print:]]*?)(?<!\\\)\]/uism',  | ||||
| 		$closeDescriptionTag . '<dt>$1</dt><dd>',  | ||||
| 		$listElements | ||||
| 	); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user