reference/tidy/functions/tidy-get-output.xml
04f10f9f8df60beadd833d6f48a4f01e835cdcaa
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>string</type><methodname>tidy_get_output</methodname>
12
-
<methodparam><type>tidy</type><parameter>object</parameter></methodparam>
12
+
<methodparam><type>tidy</type><parameter>tidy</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Gets a string with the repaired html.
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>object</parameter></term>
23
+
<term><parameter>tidy</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
&tidy.object;
...
...
@@ -72,7 +72,6 @@ echo tidy_get_output($tidy);
72
72
</para>
73
73
</refsect1>
74
74
</refentry>
75
-

76
75
<!-- Keep this comment at the end of the file
77
76
Local variables:
78
77
mode: sgml
79
78