diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-12-11 11:13:23 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2006-12-11 11:13:23 +0000 |
commit | c1b5e15b953098fad3ba11951a349d4fc2b46bc2 (patch) | |
tree | 50aa10462d9bd2f92612752f77b7f63306f5b752 | |
parent | 849a677f6bbb6d34e6909ddc27e9d0ce0d04dde7 (diff) |
Minor docs correction
git-svn-id: http://pugixml.googlecode.com/svn/trunk@18 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index a152663..a72a944 100644 --- a/docs/index.html +++ b/docs/index.html @@ -895,7 +895,7 @@ by XML standard are: document)</li>
<li>White space normalization for attribute values (converting space-like characters to spaces (0x20),
sometimes trimming leading/trailing spaces and converting sequences of spaces to a single space</li>
-<li>Character reference expansion (&lt; and alike, &#0a; and alike, &40; and alike)</li>
+<li>Character reference expansion (&lt; and alike, &#x0a; and alike, &#40; and alike)</li>
<li>Entity reference expansion (&entityname;)</li>
</ul>
|