mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-23 14:27:02 +00:00
Fix some editing mistakes.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@695 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
0ead9558b4
commit
44b988f1f6
@ -275,7 +275,7 @@ your own php.ini file, ask your support for details. Use:</p>
|
|||||||
|
|
||||||
<h4 id="fixcharset-server-nophp">Non-PHP</h4>
|
<h4 id="fixcharset-server-nophp">Non-PHP</h4>
|
||||||
|
|
||||||
<p>You may, for whatever reason, may need to set the character encoding
|
<p>You may, for whatever reason, need to set the character encoding
|
||||||
on non-PHP files, usually plain ol' HTML files. Doing this
|
on non-PHP files, usually plain ol' HTML files. Doing this
|
||||||
is more of a hit-or-miss process: depending on the software being
|
is more of a hit-or-miss process: depending on the software being
|
||||||
used as a webserver and the configuration of that software, certain
|
used as a webserver and the configuration of that software, certain
|
||||||
@ -386,8 +386,8 @@ processing instructions. They look like:</p>
|
|||||||
|
|
||||||
<p>For XHTML, this processing instruction theoretically
|
<p>For XHTML, this processing instruction theoretically
|
||||||
overrides the <code>META</code> tag. In reality, this happens only when the
|
overrides the <code>META</code> tag. In reality, this happens only when the
|
||||||
XHTML is actually served as legit XML and not HTML, which is almost
|
XHTML is actually served as legit XML and not HTML, which is almost always
|
||||||
always never due to Internet Explorer's lack of support for
|
never due to Internet Explorer's lack of support for
|
||||||
<code>application/xhtml+xml</code> (even though doing so is often
|
<code>application/xhtml+xml</code> (even though doing so is often
|
||||||
argued to be <a href="http://www.hixie.ch/advocacy/xhtml">good practice</a>).</p>
|
argued to be <a href="http://www.hixie.ch/advocacy/xhtml">good practice</a>).</p>
|
||||||
|
|
||||||
@ -398,7 +398,7 @@ for XML files is UTF-8, which often butts heads with more common
|
|||||||
ISO-8859-1 encoding (you see this in garbled RSS feeds).</p>
|
ISO-8859-1 encoding (you see this in garbled RSS feeds).</p>
|
||||||
|
|
||||||
<p>In short, if you use XHTML and have gone through the
|
<p>In short, if you use XHTML and have gone through the
|
||||||
trouble of adding the XML header, be sure to make sure it jives
|
trouble of adding the XML header, make sure it jives
|
||||||
with your <code>META</code> tags and HTTP headers.</p>
|
with your <code>META</code> tags and HTTP headers.</p>
|
||||||
|
|
||||||
<h3>Inside the process</h3>
|
<h3>Inside the process</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user