Skip to content

Commit a153861

Browse files
author
André L F S Bacci
committed
Typo on fixup
1 parent 27ac577 commit a153861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ function xinclude_residual( DOMDocument $dom )
946946
$fixup = "<row><entry></entry></row>";
947947
break;
948948
case "variablelist":
949-
$fixup = "<varlistentry><term>></term><listitem><simpara></simpara></listitem></varlistentry>";
949+
$fixup = "<varlistentry><term></term><listitem><simpara></simpara></listitem></varlistentry>";
950950
break;
951951
default:
952952
echo "Unknown parent of failed XInclude: $tagName\n";

0 commit comments

Comments
 (0)