// In the following line, $author_name was replaced by NULL to prevent a bug, where the wrong author_name
// is shown due to caching (see ticket #35).
- return array(wrReportFormRender(TRUE, $parser->getTitle()->getText(), NULL, NULL, NULL, NULL, NULL), 'noparse' => true, 'isHTML' => true);
+ return array(wrReportFormRender(TRUE, $parser->getTitle()->getText(), NULL, NULL, NULL, NULL, NULL), 'markerType' => 'nowiki');
}
$conditions = array('page_title' => $title->getText(), 'date_invalid > now()');
$rows = wrReportGetReports($conditions);
if (count($rows) == 0) return wfMessage('wrreport-reports-none')->text();
- return array(wrReportTableRender($rows, WRREPORT_COMPACT, wrReportUserMayDelete(), $parser), 'noparse' => true, 'isHTML' => true);
+ return array(wrReportTableRender($rows, WRREPORT_COMPACT, wrReportUserMayDelete(), $parser), 'markerType' => 'nowiki');
}
// Create bahnentabelle
$html = WrReport::createBahnentabelle($page_titles);
- return array($html, 'noparse' => true, 'isHTML' => true);
+ return array($html, 'markerType' => 'nowiki');
}
$html = $doc->saveHTML($doc->firstChild);
}
- return array($html, 'noparse' => true, 'isHTML' => true);
+ return array($html, 'markerType' => 'nowiki');
}
$html = $doc->saveHTML($doc->firstChild);
}
- return array($html, 'noparse' => true, 'isHTML' => true);
+ return array($html, 'markerType' => 'nowiki');
}