Skip to content

Commit a09dc0b

Browse files
committed
Remove whitespace inside <methodname> tags
Remove leading/trailing whitespace around <replaceable> inside <methodname> tags in setprogressmonitor.xml and user-level-output-buffers.xml. These were the only two occurrences in the entire manual and caused issues with PhD link resolution and translation QA tools. See php/phd#237
1 parent c6fb604 commit a09dc0b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

reference/imagick/imagick/setprogressmonitor.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333

3434
<methodsynopsis xmlns="http://docbook.org/ns/docbook">
3535
<type>bool</type>
36-
<methodname>
37-
<replaceable>callback</replaceable>
38-
</methodname>
36+
<methodname><replaceable>callback</replaceable></methodname>
3937
<methodparam>
4038
<type>mixed</type><parameter>offset</parameter>
4139
</methodparam>

reference/outcontrol/user-level-output-buffers.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,7 @@
342342
<para>
343343
<methodsynopsis>
344344
<type>string</type>
345-
<methodname>
346-
<replaceable>handler</replaceable>
347-
</methodname>
345+
<methodname><replaceable>handler</replaceable></methodname>
348346
<methodparam>
349347
<type>string</type>
350348
<parameter>buffer</parameter>

0 commit comments

Comments
 (0)