public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: projects: Remove extra slash at end of <meta http-equiv="refresh">
@ 2022-10-29 21:40 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2022-10-29 21:40 UTC (permalink / raw)
  To: gcc-patches

Pushed.

Gerald

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

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"
-- 
2.38.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-29 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-29 21:40 [committed] wwwdocs: projects: Remove extra slash at end of <meta http-equiv="refresh"> Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).