summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2006-12-11 11:13:23 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2006-12-11 11:13:23 +0000
commitc1b5e15b953098fad3ba11951a349d4fc2b46bc2 (patch)
tree50aa10462d9bd2f92612752f77b7f63306f5b752 /docs
parent849a677f6bbb6d34e6909ddc27e9d0ce0d04dde7 (diff)
Minor docs correction
git-svn-id: http://pugixml.googlecode.com/svn/trunk@18 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
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 (&amp;lt; and alike, &amp;#0a; and alike, &amp;40; and alike)</li>
+<li>Character reference expansion (&amp;lt; and alike, &amp;#x0a; and alike, &amp;#40; and alike)</li>
<li>Entity reference expansion (&amp;entityname;)</li>
</ul>