From: Peter Krempa Date: Wed, 7 Feb 2024 15:54:22 +0000 (+0100) Subject: docs: page.xsl: Fix headerlinks with new docutils X-Git-Tag: v10.1.0-rc1~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da851ed1846bc055d5054ef41366b8b7f71de9df;p=thirdparty%2Flibvirt.git docs: page.xsl: Fix headerlinks with new docutils New docutils generates a
element rather than a
as it did before thus breaking our headerlink generator. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/docs/page.xsl b/docs/page.xsl index 1021899b3a..04d7cc9432 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -139,6 +139,9 @@ + + +