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.