Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DMailer.class.php256 …* @param array $htmlrep replacements to apply on the HTML part, null to use $textrep (urls wrapp…
260 public function setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true) argument
263 $htmlrep = (array)$htmlrep;
286 if (isset($htmlrep[$key])) continue;
288 $htmlrep[$key] = '<a href="' . hsc($value) . '">' . hsc($value) . '</a>';
290 $htmlrep[$key] = hsc($value);
303 $hrep = array_merge($this->replacements['html'], $htmlrep);