From 3a73c2cf04ad60c44d3628a9257b5e785281d9e0 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 15 Jan 2007 20:06:35 +0000 Subject: [PATCH] Fix some XHTML 1.0 conformance issues. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@646 48356398-32a2-884e-a903-53898d9a118a --- docs/enduser-utf8.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/enduser-utf8.html b/docs/enduser-utf8.html index 79db106f..2b8338f4 100644 --- a/docs/enduser-utf8.html +++ b/docs/enduser-utf8.html @@ -1,7 +1,7 @@ - + @@ -253,7 +253,7 @@ languages. The appropriate code is:

This code must come before any output, so be careful about stray whitespace in your application.

-

PHP ini directive

+

PHP ini directive

PHP also has a neat little ini directive that can save you a header call: default_charset. Using this code:

@@ -585,21 +585,21 @@ digging yourself deeper into the hole when you could have been converting to UTF-8 instead. And, of course, you can't use this method for GET requests.

-

Well supported

+

Well supported

-

HTML Purifier

+

HTML Purifier

Migrate to UTF-8

-

Text editor

+

Text editor

-

Configuring your database

+

Configuring your database

-

Convert old text

+

Convert old text

-

Byte Order Mark (headers already sent!)

+

Byte Order Mark (headers already sent!)

-

Dealing with variable width in functions

+

Dealing with variable width in functions