Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php164 $out .= $template[0].$this->_htmlsp($token[1], $plain).$template[1];
170 ….= ($token[1]{0} !== '@') ? $template[2].$this->_htmlsp($token[1], $plain) : $template[0].$this->_…
177 $out .= $template[4] . $this->_htmlsp($token[1], $plain) . ':' . $template[5];
181 $out .= $this->_htmlsp($token[1], $plain);
202 … $out .= $template[11] . '/*' . $this->_htmlsp($token[1], $plain) . '*/' . $template[12];
285 function _htmlsp($string, $plain) function in csstidy_print