added default XML apos entity; no bug #. This update (and my last) were reviewed by peterl

This commit is contained in:
rickg%netscape.com 1999-10-08 15:05:41 +00:00
parent e0db1d2ce7
commit 422b805f01
2 changed files with 4 additions and 2 deletions

View File

@ -296,7 +296,8 @@ HTML_ENTITY(lsaquo, 8249)
HTML_ENTITY(rsaquo, 8250)
HTML_ENTITY(euro, 8364)
// Navigator entity extensions
// Navigator entity extensions; apos is from XML
HTML_ENTITY(apos, 39)
HTML_ENTITY(AMP, 38)
HTML_ENTITY(COPY, 169)
HTML_ENTITY(GT, 62)

View File

@ -296,7 +296,8 @@ HTML_ENTITY(lsaquo, 8249)
HTML_ENTITY(rsaquo, 8250)
HTML_ENTITY(euro, 8364)
// Navigator entity extensions
// Navigator entity extensions; apos is from XML
HTML_ENTITY(apos, 39)
HTML_ENTITY(AMP, 38)
HTML_ENTITY(COPY, 169)
HTML_ENTITY(GT, 62)