Added two new HTML tags used internally for error reporting of expat errors: "parsererror" and "sourcetext".

git-svn-id: svn://10.0.0.236/trunk@23666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-03-11 05:30:28 +00:00
parent 1f80f4903a
commit d6582f1383
2 changed files with 4 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ $tags[$i++] = "optgroup";
$tags[$i++] = "option";
$tags[$i++] = "p";
$tags[$i++] = "param";
$tags[$i++] = "parsererror";
$tags[$i++] = "plaintext";
$tags[$i++] = "pre";
$tags[$i++] = "q";
@@ -109,6 +110,7 @@ $tags[$i++] = "select";
$tags[$i++] = "server";
$tags[$i++] = "small";
$tags[$i++] = "sound";
$tags[$i++] = "sourcetext";
$tags[$i++] = "spacer";
$tags[$i++] = "span";
$tags[$i++] = "strike";