We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ac577 commit a153861Copy full SHA for a153861
configure.php
@@ -946,7 +946,7 @@ function xinclude_residual( DOMDocument $dom )
946
$fixup = "<row><entry></entry></row>";
947
break;
948
case "variablelist":
949
- $fixup = "<varlistentry><term>></term><listitem><simpara></simpara></listitem></varlistentry>";
+ $fixup = "<varlistentry><term></term><listitem><simpara></simpara></listitem></varlistentry>";
950
951
default:
952
echo "Unknown parent of failed XInclude: $tagName\n";
0 commit comments