Home
last modified time | relevance | path

Searched refs:insertSoftbreaks (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Ui/
H A DPageDiff.php282 echo $this->insertSoftbreaks($DiffFormatter->format($Difference));
537 public function insertSoftbreaks($diffhtml)
528 public function insertSoftbreaks($diffhtml) global() function in dokuwiki\\Ui\\PageDiff
/dokuwiki/inc/
H A Dhtml.php611 dbg_deprecated(PageDiff::class . '::insertSoftbreaks()');
612 return (new PageDiff())->insertSoftbreaks($diffhtml);