Searched refs:expandEmptyTag (Results 1 – 1 of 1) sorted by relevance
774 $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