diff options
author | ville <ville@localhost> | 2002-10-29 06:39:49 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2002-10-29 06:39:49 +0000 |
commit | c99d383ba2452a9f24f44903bc194252dcb1e805 (patch) | |
tree | 42b4bc44ede1750e17a27164e72fd430861e1426 | |
parent | a9f9a2b31d4fe83585a9a4223938956094f1f583 (diff) | |
download | markup-validator-c99d383ba2452a9f24f44903bc194252dcb1e805.zip markup-validator-c99d383ba2452a9f24f44903bc194252dcb1e805.tar.gz markup-validator-c99d383ba2452a9f24f44903bc194252dcb1e805.tar.bz2 |
s/undef-attr/attr-undef/ so the "there is no attribute foo" explanation link works.
-rw-r--r-- | htdocs/config/frag.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/config/frag.cfg b/htdocs/config/frag.cfg index 3aa72e1..253cffa 100644 --- a/htdocs/config/frag.cfg +++ b/htdocs/config/frag.cfg @@ -1,7 +1,7 @@ # # Mapping of error message to URI fragment for the explanations. # -# $Id: frag.cfg,v 1.4 2001-09-25 04:53:21 link Exp $ +# $Id: frag.cfg,v 1.5 2002-10-29 06:39:49 ville Exp $ # # Original SP version. @@ -15,7 +15,7 @@ syntax of attribute value does not conform to declared value bad-attr-char length of attribute value must not exceed LITLEN less NORMSEP name-length element FOO undefined undef-tag element FOO not allowed here not-allowed -there is no attribute FOO undef-attr +there is no attribute FOO attr-undef FOO is not a member of the group specified in the declared value of this attribute undef-attr-val FOO is not a member of a group specified for any attribute bad-abbrev-attr end tag for FOO omitted but its declaration does not permit this no-end-tag |