Home
last modified time | relevance | path

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

/plugin/htmlokay/
H A Dsyntax.php32 var $htmlOK_errors; variable in syntax_plugin_htmlOKay
43 $this->htmlOK_errors = array('Invalid ID', 'Element or Attribute not supported',
508 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
509 $js = $this->htmlOK_errors[$TYPE] . '.'
515 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
516 … $js = $this->htmlOK_errors[$TYPE] . " at current HTML access level: <b>{$problem_str}</b>";
521 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";
522 …$js = $this->htmlOK_errors[$TYPE] . ". External files cannot be included in wiki documents: <b>{$p…
529 $error_string .= $this->htmlOK_errors[$TYPE] . ':<BR />';
542 …$js = $this->htmlOK_errors[$TYPE] . ". htmlO_K_ prefix required for class names: <b>{$name_errs}</…
[all …]