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 984e433 commit cf3f4efCopy full SHA for cf3f4ef
configure.php
@@ -902,9 +902,9 @@ function xinclude_residual( DOMDocument $dom )
902
case "tbody":
903
$fixup = "<row><entry></entry></row>";
904
break;
905
-// case "variablelist":
906
-// $fixup = "<varlistentry><term>></term><listitem><simpara></simpara></listitem></varlistentry>";
907
-// break;
+ case "variablelist":
+ $fixup = "<varlistentry><term>></term><listitem><simpara></simpara></listitem></varlistentry>";
+ break;
908
default:
909
echo "Unknown parent of failed XInclude: $tagName\n";
910
$explain = true;
0 commit comments