From 1685da612541e3b0f59f219f6ee0046574681ce4 Mon Sep 17 00:00:00 2001 From: Andrew Scholer Date: Tue, 20 Jul 2021 10:04:34 -0700 Subject: [PATCH] Remove uneccessary type="text/javascript" attrs Not needed in HTML5 --- public/index.html | 2 +- runestone/animation/animation.py | 4 ++-- runestone/animation/animationrefactor.html | 4 ++-- runestone/animation/chart.html | 12 ++++++------ runestone/animation/jqchart/gChartBasic.html | 4 ++-- runestone/animation/simpletree.html | 14 +++++++------- runestone/animation/sortingbase.html | 6 +++--- runestone/animation/sortingdemo.html | 2 +- runestone/animation/sortingpackage.html | 2 +- runestone/blockly/blockly.py | 12 ++++++------ runestone/codelens/visualizer.py | 2 +- .../plugin_layouts/sphinx_bootstrap/layout.html | 6 +++--- .../plugin_layouts/sphinx_bootstrap/relations.html | 2 +- .../sphinx_bootstrap/subchapter.html | 2 +- runestone/disqus/disqus.py | 2 +- runestone/webgldemo/webgldemo.py | 2 +- 16 files changed, 39 insertions(+), 39 deletions(-) diff --git a/public/index.html b/public/index.html index 502f2406a..17b1f9075 100644 --- a/public/index.html +++ b/public/index.html @@ -43,7 +43,7 @@ crossorigin="anonymous" /> - \n""" +SCRIPTTAG = """\n""" class Animation(RunestoneIdDirective): diff --git a/runestone/animation/animationrefactor.html b/runestone/animation/animationrefactor.html index 38515e8ae..6ee0d06e1 100644 --- a/runestone/animation/animationrefactor.html +++ b/runestone/animation/animationrefactor.html @@ -1,7 +1,7 @@ - + @@ -17,7 +17,7 @@ - - - + + + @@ -14,7 +14,7 @@
- - + + - - - - - + + + + + + @@ -29,7 +29,7 @@ - - - + + + diff --git a/runestone/animation/sortingdemo.html b/runestone/animation/sortingdemo.html index bd3625686..54e9b3cd0 100644 --- a/runestone/animation/sortingdemo.html +++ b/runestone/animation/sortingdemo.html @@ -1,7 +1,7 @@ - + diff --git a/runestone/animation/sortingpackage.html b/runestone/animation/sortingpackage.html index c42f717cd..ac7943941 100644 --- a/runestone/animation/sortingpackage.html +++ b/runestone/animation/sortingpackage.html @@ -1,7 +1,7 @@ - + diff --git a/runestone/blockly/blockly.py b/runestone/blockly/blockly.py index 76b467355..98b927cbe 100644 --- a/runestone/blockly/blockly.py +++ b/runestone/blockly/blockly.py @@ -55,14 +55,14 @@ def __init__(self, content, **kwargs): START = """ - - - - - + + + + + -