summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2009-01-01 21:12:24 +0000
committerville <ville@localhost>2009-01-01 21:12:24 +0000
commitc28117f7e724af9243f47c5f66472f09defde728 (patch)
tree51811591131633948e46c2a60588da43fc2149da
parent33810980b7000a22dc82bfaefe3143cd2cfee50c (diff)
downloadmarkup-validator-c28117f7e724af9243f47c5f66472f09defde728.zip
markup-validator-c28117f7e724af9243f47c5f66472f09defde728.tar.gz
markup-validator-c28117f7e724af9243f47c5f66472f09defde728.tar.bz2
Add missing script/@type attributes.
-rw-r--r--htdocs/intro.html4
-rw-r--r--share/templates/en_US/table.tmpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/intro.html b/htdocs/intro.html
index dd612a6..0013cd4 100644
--- a/htdocs/intro.html
+++ b/htdocs/intro.html
@@ -13,9 +13,9 @@
</div>
<div class="intro" id="don_program"></div>
-<script src="http://www.w3.org/QA/Tools/don_prog.js"></script>
+<script type="text/javascript" src="http://www.w3.org/QA/Tools/don_prog.js"></script>
<p id="test_warning"><img src="images/info_icons/warning.png" alt="Important" />
This instance of the validator is either a development version used for testing purposes, or a local copy of the <a href="http://validator.w3.org/source/">W3C Markup Validator software</a> used for development and testing purposes.<br />
The official validation service supported by the W3C is at <a href="http://validator.w3.org/">validator.w3.org</a>.
-</p> \ No newline at end of file
+</p>
diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl
index 82edec1..78bf15a 100644
--- a/share/templates/en_US/table.tmpl
+++ b/share/templates/en_US/table.tmpl
@@ -113,7 +113,7 @@
</table>
<div id="don_program"></div>
-<script src="http://www.w3.org/QA/Tools/don_prog.js"></script>
+<script type="text/javascript" src="http://www.w3.org/QA/Tools/don_prog.js"></script>
<fieldset id="revalidate_opts">
<legend>Options</legend>