Similarly to previous commit drop the 'type' attribute which is frowned
upon by the HTML standard.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.rst b/docs/index.rst
index 79afae65da..6b2f2386ee 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -65,7 +65,7 @@ Blog Planet
.. raw:: html
- <script type="text/javascript"
src="js/virt-tools-blog-planet.js">
+ <script src="js/virt-tools-blog-planet.js">
</script>
<div id="planet"> </div>
--
2.43.0