mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
docs: index: Fix import of blog planet javascript
Similarly to previous commit drop the 'type' attribute which is frowned upon by the HTML standard. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
6ecbc16050
commit
bf4a709ebe
@ -65,7 +65,7 @@ Blog Planet
|
|||||||
|
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
<script type="text/javascript" src="js/virt-tools-blog-planet.js">
|
<script src="js/virt-tools-blog-planet.js">
|
||||||
</script>
|
</script>
|
||||||
<div id="planet"> </div>
|
<div id="planet"> </div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user