]> granicus.if.org Git - apache/commit
nobody seems to have objections...
authorAndre Malo <nd@apache.org>
Wed, 27 Nov 2002 06:02:33 +0000 (06:02 +0000)
committerAndre Malo <nd@apache.org>
Wed, 27 Nov 2002 06:02:33 +0000 (06:02 +0000)
commitba819ccd5466fe061728426feaaeea0a8c90312c
tree3b58d65c572c76bd18018778a1ee9982c3d46071
parent63913602fccc0a56b736c8cb89b153f9259ccbaf
nobody seems to have objections...

* XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus.
  (see <http://www.w3.org/TR/xhtml-media-types/#summary>)
* replaced the also bogus <dl> stuff by normal <p>s
  and added some CSS instead.
  (embedding CSS compatible to xml *and* html causes the very
  ugly hack, you can see in top.html, because in HTML <style> contains
  CDATA and in XHTML PCDATA, see also
  <http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>)
* fixed some encoding issues.
* removed the weird empty lines at the beginning of every document
* added CONTENT_LANGUAGE parameter for pt-br

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97665 13f79535-47bb-0310-9956-ffa450edef68
22 files changed:
docs/error/HTTP_BAD_GATEWAY.html.var
docs/error/HTTP_BAD_REQUEST.html.var
docs/error/HTTP_FORBIDDEN.html.var
docs/error/HTTP_GONE.html.var
docs/error/HTTP_INTERNAL_SERVER_ERROR.html.var
docs/error/HTTP_LENGTH_REQUIRED.html.var
docs/error/HTTP_METHOD_NOT_ALLOWED.html.var
docs/error/HTTP_NOT_ACCEPTABLE.html.var
docs/error/HTTP_NOT_FOUND.html.var
docs/error/HTTP_NOT_IMPLEMENTED.html.var
docs/error/HTTP_PRECONDITION_FAILED.html.var
docs/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
docs/error/HTTP_REQUEST_TIME_OUT.html.var
docs/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
docs/error/HTTP_SERVICE_UNAVAILABLE.html.var
docs/error/HTTP_UNAUTHORIZED.html.var
docs/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
docs/error/HTTP_VARIANT_ALSO_VARIES.html.var
docs/error/contact.html.var
docs/error/include/bottom.html
docs/error/include/spacer.html
docs/error/include/top.html