]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: page: Fix declaration of main javascript source
authorPeter Krempa <pkrempa@redhat.com>
Thu, 29 Feb 2024 12:32:59 +0000 (13:32 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 1 Mar 2024 11:51:55 +0000 (12:51 +0100)
commit6ecbc16050041067ac71b2988df9441a86a9d6df
tree62c25e3c252756ab7299242d389d90dfbb410f87
parente7ddd7e8e4adcccb4e557f4a81979795c1eb3dd7
docs: page: Fix declaration of main javascript source

Per the w3 html validator a HTML/XML comment is not allowed inside the
<script> tag, use a space instead as it must be a pair tag.

Additionally drop the 'type' attribute as it's not needed (validator
warns about it).

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
docs/page.xsl