|
|
@ -76,7 +76,7 @@ class InformationWidget {
|
|
|
|
foreach ($dataMap as $information) {
|
|
|
|
foreach ($dataMap as $information) {
|
|
|
|
if ($information['type'] === 'pair') {
|
|
|
|
if ($information['type'] === 'pair') {
|
|
|
|
$stringBuilder[] = $information['label'] . $sep .
|
|
|
|
$stringBuilder[] = $information['label'] . $sep .
|
|
|
|
Utils::makeParagraph($parser->recursiveTagParse($information['text'], $frame), false, true);
|
|
|
|
Utils::makeParagraph($information['text'], false, true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return [implode('', $stringBuilder), 'markerType' => 'nowiki'];
|
|
|
|
return [implode('', $stringBuilder), 'markerType' => 'nowiki'];
|
|
|
|