mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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
This commit is contained in:
parent
5695676352
commit
fc61754850
3 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.tidy-get-body">
|
||||
<refnamediv>
|
||||
<refname>tidy_get_body</refname>
|
||||
<refpurpose>
|
||||
Returns a TidyNode Object starting from the <BODY> tag of the tidy parse tree
|
||||
Returns a TidyNode Object starting from the >BODY< tag of the tidy parse tree
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.tidy-get-head">
|
||||
<refnamediv>
|
||||
<refname>tidy_get_head</refname>
|
||||
<refpurpose>
|
||||
Returns a TidyNode Object starting from the <HEAD> tag of the tidy parse tree
|
||||
Returns a TidyNode Object starting from the >HEAD< tag of the tidy parse tree
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.tidy-get-html">
|
||||
<refnamediv>
|
||||
<refname>tidy_get_html</refname>
|
||||
<refpurpose>
|
||||
Returns a TidyNode Object starting from the <HTML> tag of the tidy parse tree
|
||||
Returns a TidyNode Object starting from the >l;HTML< tag of the tidy parse tree
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
|
|
Loading…
Reference in a new issue