From e148b25500eef0904f44a52e5943da516e0bb924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 10 Apr 2003 16:48:31 +0000 Subject: [PATCH] fixed XHTML errors, document is again valid XHTML --- ChangeLog | 3 ++- Documentation.html | 25 ++++++++++++------------- Documentation.txt | 4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16c5da3aa..63290ebd0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,8 @@ $Source$ count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533). * tbl_printview.php3: Make javascript work on more browsers than MSIE. - * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569). + * Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed + XHTML errors, document is again valid XHTML. 2003-04-09 Michal Cihar * libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX diff --git a/Documentation.html b/Documentation.html index 3df5992c1..4fac0f425 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1696,8 +1696,7 @@ want the output stored in.


For a general overview of all available transformations and their options, you can consult your <www.your-host.com>/<your-install-dir>/libraries/transformations/overview.php3 -installation.


-
+installation.


[2. Usage]

@@ -1710,39 +1709,39 @@ line. They are called 'MIME-type', 'Browser transformation' and 'Transformation
@@ -1783,7 +1782,7 @@ any other transform function and provides some basic functions.


Example:

text_html__formatted.inc.php3
- PMA_transform_text_html__formatted()

+ PMA_transform_text_html__formatted()
  • A mimetype (w/o subtype) transform:

    @@ -1798,7 +1797,7 @@ any other transform function and provides some basic functions.


    Example:

    text__formatted.inc.php3
    - PMA_transform_text__formatted()


  • + PMA_transform_text__formatted()
  • A mimetype+subtype without specific transform function

    @@ -1812,7 +1811,7 @@ any other transform function and provides some basic functions.


    Example:

    text_plain.inc.php3
    - (No function)


  • + (No function)
  • A mimetype (w/o subtype) without specific transform function

    @@ -1826,7 +1825,7 @@ any other transform function and provides some basic functions.


    Example:

    text.inc.php3
    - (No function)


  • + (No function)
  • A global transform function with no specific mimetype

    diff --git a/Documentation.txt b/Documentation.txt index 288625ff8..be81b1da0 100644 --- a/Documentation.txt +++ b/Documentation.txt @@ -14,8 +14,8 @@ + Version history: ChangeLog + General notes: README + License: LICENSE - * Documentation version: $Id: Documentation.html,v 1.426 2003/04/01 - 18:17:45 lem9 Exp $ + * Documentation version: $Id: Documentation.html,v 1.427 2003/04/10 + 16:38:46 nijel Exp $ Requirements