Skip to content

Commit 3123595

Browse files
kocsismateclaudepache
authored andcommitted
Fix tag names
Introduced in php#2469
1 parent 79a3634 commit 3123595

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/xsl/xsltprocessor/transformtodoc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<term><parameter>document</parameter></term>
2727
<listitem>
2828
<para>
29-
The <type>DOMDocument</type> or <type>SimpleXMLElement</type> object to
29+
The <classname>DOMDocument</classname> or <classname>SimpleXMLElement</classname> object to
3030
be transformed.
3131
</para>
3232
</listitem>

reference/xsl/xsltprocessor/transformtouri.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<term><parameter>document</parameter></term>
2626
<listitem>
2727
<para>
28-
The <type>DOMDocument</type> or <type>SimpleXMLElement</type> object to
28+
The <classname>DOMDocument</classname> or <classname>SimpleXMLElement</classname> object to
2929
be transformed.
3030
</para>
3131
</listitem>

reference/xsl/xsltprocessor/transformtoxml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<term><parameter>document</parameter></term>
2525
<listitem>
2626
<para>
27-
The <type>DOMDocument</type> or <type>SimpleXMLElement</type> object to
27+
The <classname>DOMDocument</classname> or <classname>SimpleXMLElement</classname> object to
2828
be transformed.
2929
</para>
3030
</listitem>

0 commit comments

Comments
 (0)