diff mbox series

[wwwdocs] Use plain <script> for projects/cxx0x.html and projects/cxx1y.html

Message ID alpine.LSU.2.21.1809102104470.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Use plain <script> for projects/cxx0x.html and projects/cxx1y.html | expand

Commit Message

Gerald Pfeifer Sept. 10, 2018, 7:16 p.m. UTC
Per the HTML 5 validator used by w3.org.

Applied.

Gerald
diff mbox series

Patch

Index: projects/cxx0x.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v
retrieving revision 1.76
diff -u -r1.76 cxx0x.html
--- projects/cxx0x.html	1 Sep 2018 23:42:09 -0000	1.76
+++ projects/cxx0x.html	10 Sep 2018 19:04:48 -0000
@@ -3,7 +3,7 @@ 
   <head> 
     <meta http-equiv="refresh" content="1; url=cxx-status.html#cxx11" />
     
-    <script type="text/javascript">
+    <script>
       window.location.href = "cxx-status.html#cxx11"
     </script>
     
Index: projects/cxx1y.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx1y.html,v
retrieving revision 1.32
diff -u -r1.32 cxx1y.html
--- projects/cxx1y.html	1 Sep 2018 23:42:09 -0000	1.32
+++ projects/cxx1y.html	10 Sep 2018 19:04:48 -0000
@@ -3,7 +3,7 @@ 
   <head> 
     <meta http-equiv="refresh" content="1; url=cxx-status.html#cxx14" />
     
-    <script type="text/javascript">
+    <script>
       window.location.href = "cxx-status.html#cxx14"
     </script>