Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
DphpQuery-onefile.php774 $markup = self::expandEmptyTag('script', $markup);
775 $markup = self::expandEmptyTag('select', $markup);
776 $markup = self::expandEmptyTag('textarea', $markup);
791 public static function expandEmptyTag($tag, $xml){ function in DOMDocumentWrapper