Skip to content

Commit

Permalink
Workaround PhD empty title bug
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Dec 14, 2024
1 parent e3e26f1 commit ec7a3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ function xinclude_residual( DOMDocument $dom )
$fixup = "";
break;
case "refsect1":
$fixup = "<title></title><note><simpara>[failed xi:xinclude]</simpara></note>";
$fixup = "<title>_</title><simpara>%failed xi:xinclude%</simpara>";
break;
case "tbody":
$fixup = "<row><entry></entry></row>";
Expand Down

0 comments on commit ec7a3d8

Please sign in to comment.