diff mbox series

[wwwdocs] Add DOCTYPE and lang attribute

Message ID 20190513110142.GM2599@redhat.com
State New
Headers show
Series [wwwdocs] Add DOCTYPE and lang attribute | expand

Commit Message

Jonathan Wakely May 13, 2019, 11:01 a.m. UTC
This makes /gcc-10/changes.html valid HTML5.

Committed to CVS.
diff mbox series

Patch

Index: htdocs/gcc-10/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-10/changes.html,v
retrieving revision 1.2
diff -u -r1.2 changes.html
--- htdocs/gcc-10/changes.html	13 May 2019 10:49:50 -0000	1.2
+++ htdocs/gcc-10/changes.html	13 May 2019 10:59:49 -0000
@@ -1,4 +1,5 @@ 
-<html>
+<!DOCTYPE html>
+<html lang="en">
 <head>
 <title>GCC 10 Release Series &mdash; Changes, New Features, and Fixes</title>
 </head>