[committed] wwwdocs: projects: Remove extra slash at end of <meta http-equiv="refresh">

Message ID 20221029214021.C993D33E4D@hamza.pair.com
State Committed
Headers
Series [committed] wwwdocs: projects: Remove extra slash at end of <meta http-equiv="refresh"> |

Commit Message

Gerald Pfeifer Oct. 29, 2022, 9:40 p.m. UTC
  Pushed.

Gerald

---
 htdocs/projects/cxx0x.html | 2 +-
 htdocs/projects/cxx1y.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/htdocs/projects/cxx0x.html b/htdocs/projects/cxx0x.html
index 89112d01..49cfcc98 100644
--- a/htdocs/projects/cxx0x.html
+++ b/htdocs/projects/cxx0x.html
@@ -3,7 +3,7 @@ 
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta http-equiv="refresh" content="1; url=cxx-status.html#cxx11" />
+<meta http-equiv="refresh" content="1; url=cxx-status.html#cxx11">
     
 <script>
   window.location.href = "cxx-status.html#cxx11"
diff --git a/htdocs/projects/cxx1y.html b/htdocs/projects/cxx1y.html
index 0c61dfd9..c032f658 100644
--- a/htdocs/projects/cxx1y.html
+++ b/htdocs/projects/cxx1y.html
@@ -3,7 +3,7 @@ 
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta http-equiv="refresh" content="1; url=cxx-status.html#cxx14" />
+<meta http-equiv="refresh" content="1; url=cxx-status.html#cxx14">
     
 <script>
   window.location.href = "cxx-status.html#cxx14"