Skip to content

Commit d50d0a1

Browse files
committed
gender: fix XML to get remove of useless wrapping para tags
1 parent c143cef commit d50d0a1

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

reference/gender/gender/country.xml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
4-
<refentry xml:id="gender-gender.country" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gender-gender.country">
54
<refnamediv>
65
<refname>Gender\Gender::country</refname>
76
<refpurpose>Get textual country representation</refpurpose>
@@ -44,17 +43,16 @@
4443

4544
<refsect1 role="examples">
4645
&reftitle.examples;
47-
<para>
48-
<example>
49-
<title>Using <methodname>Gender\Gender::country</methodname></title>
50-
<programlisting role="php">
46+
<example>
47+
<title>Using <methodname>Gender\Gender::country</methodname></title>
48+
<programlisting role="php">
5149
<![CDATA[
5250
$gender = new Gender\Gender;
5351
var_dump($gender->country(Gender\Gender::BRITAIN));
5452
]]>
55-
</programlisting>
56-
&example.outputs;
57-
<screen>
53+
</programlisting>
54+
&example.outputs;
55+
<screen>
5856
<![CDATA[
5957
array(2) {
6058
'country_short' =>
@@ -63,12 +61,10 @@ array(2) {
6361
string(13) "Great Britain"
6462
}
6563
]]>
66-
</screen>
67-
</example>
68-
</para>
64+
</screen>
65+
</example>
6966
</refsect1>
7067
</refentry>
71-
7268
<!-- Keep this comment at the end of the file
7369
Local variables:
7470
mode: sgml

0 commit comments

Comments
 (0)