From 9a1395f6efe2694ff7794f2ddeed2b095db7e0bc Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 8 Apr 2009 18:48:35 +0000 Subject: [PATCH] fix link and literals git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278455 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tidy/functions/tidy-construct.xml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/reference/tidy/functions/tidy-construct.xml b/reference/tidy/functions/tidy-construct.xml index 95f5e11b90..86e9672bbc 100755 --- a/reference/tidy/functions/tidy-construct.xml +++ b/reference/tidy/functions/tidy-construct.xml @@ -1,5 +1,5 @@ - - + + tidy::__construct @@ -15,7 +15,8 @@ booluse_include_path - tidy::__construct constructs a new tidy object. + tidy::__construct constructs a new + tidy object. @@ -43,8 +44,8 @@ options themselves. - Check http://tidy.sourceforge.net/docs/quickref.html for an - explanation about each option. + For an explanation about each option, visit &url.tidy.conf;. @@ -53,9 +54,12 @@ The encoding parameter sets the encoding for - input/output documents. The possible values for encoding are: ascii, - latin0, latin1, raw, utf8, iso2022, mac, win1252, ibm858, utf16, - utf16le, utf16be, big5 and shiftjis. + input/output documents. The possible values for encoding are: + ascii, latin0, latin1, + raw, utf8, iso2022, + mac, win1252, ibm858, + utf16, utf16le, utf16be, + big5, and shiftjis.