From fc61754850a68d1bb4fe842952a8bc2d8a0bd27f Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 5 Nov 2003 09:13:09 +0000 Subject: [PATCH] - Perhaps we need to escape TAGS here...? #- You know there is a "make test" too? git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143832 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tidy/functions/tidy-get-body.xml | 4 ++-- reference/tidy/functions/tidy-get-head.xml | 4 ++-- reference/tidy/functions/tidy-get-html.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/tidy/functions/tidy-get-body.xml b/reference/tidy/functions/tidy-get-body.xml index b46aba79fa..95c28a9cab 100644 --- a/reference/tidy/functions/tidy-get-body.xml +++ b/reference/tidy/functions/tidy-get-body.xml @@ -1,11 +1,11 @@ - + tidy_get_body - Returns a TidyNode Object starting from the tag of the tidy parse tree + Returns a TidyNode Object starting from the >BODY< tag of the tidy parse tree diff --git a/reference/tidy/functions/tidy-get-head.xml b/reference/tidy/functions/tidy-get-head.xml index 6b36bd07b9..0e3895aeba 100644 --- a/reference/tidy/functions/tidy-get-head.xml +++ b/reference/tidy/functions/tidy-get-head.xml @@ -1,11 +1,11 @@ - + tidy_get_head - Returns a TidyNode Object starting from the tag of the tidy parse tree + Returns a TidyNode Object starting from the >HEAD< tag of the tidy parse tree diff --git a/reference/tidy/functions/tidy-get-html.xml b/reference/tidy/functions/tidy-get-html.xml index 7dc1be99c0..57b741c2ae 100644 --- a/reference/tidy/functions/tidy-get-html.xml +++ b/reference/tidy/functions/tidy-get-html.xml @@ -1,11 +1,11 @@ - + tidy_get_html - Returns a TidyNode Object starting from the tag of the tidy parse tree + Returns a TidyNode Object starting from the >l;HTML< tag of the tidy parse tree