diff options
author | Takashi Sato <takashi@apache.org> | 2008-12-02 16:33:00 +0100 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2008-12-02 16:33:00 +0100 |
commit | 449726c54b9417e947baef2ae299beaaa8dac56e (patch) | |
tree | 2a8090c3663fa5ab6b0dca5ca229717f3dfbc4f9 /docs/error/include | |
parent | * The API Cleanup in r722399 missed some locations. (diff) | |
download | apache2-449726c54b9417e947baef2ae299beaaa8dac56e.tar.xz apache2-449726c54b9417e947baef2ae299beaaa8dac56e.zip |
Multi-language error pages:
* Migrate current charsets to UTF-8.
* Stop supporting charsets other than UTF-8.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/error/include')
-rw-r--r-- | docs/error/include/top.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/error/include/top.html b/docs/error/include/top.html index 04b73b51b8..7bc768e364 100644 --- a/docs/error/include/top.html +++ b/docs/error/include/top.html @@ -1,10 +1,7 @@ <!--#if expr="! $CONTENT_LANGUAGE" --><!--#set var="CONTENT_LANGUAGE" value="en" --><!--#endif ---><!--#if expr="! $CHARACTER_ENCODING" ---><!--#set var="CHARACTER_ENCODING" value="ISO-8859-1" ---><!--#endif ---><?xml version="1.0" encoding="<!--#echo var="CHARACTER_ENCODING" -->"?> +--><?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="<!--#echo var="CONTENT_LANGUAGE" -->" xml:lang="<!--#echo var="CONTENT_LANGUAGE" -->"> |