From: Peter Krempa Date: Tue, 14 Feb 2023 10:59:22 +0000 (+0100) Subject: docs: XSL: Add source document name as custom data attribute for X-Git-Tag: v9.1.0-rc1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65edcfd68f0c9ceb4bc6404004605895e3e7924b;p=thirdparty%2Flibvirt.git docs: XSL: Add source document name as custom data attribute for The html standard allows custom data attributes on any element in the format of 'data-*' which are not interpreted. We can use it to embed the name of the source document used to generate the page so that our checker tools can use the friendly name. https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes Signed-off-by: Peter Krempa Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/page.xsl b/docs/page.xsl index 548d5a11c4..20b49d1afd 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -80,7 +80,7 @@ <!DOCTYPE html> - + This file is autogenerated from Do not edit this file. Changes will be lost.