[llvm-commits] [LNT] r161427 - /lnt/trunk/lnt/server/ui/templates/layout.html

Michael Gottesman mgottesman at apple.com
Tue Aug 7 09:55:37 PDT 2012


Author: mgottesman
Date: Tue Aug  7 11:55:36 2012
New Revision: 161427

URL: http://llvm.org/viewvc/llvm-project?rev=161427&view=rev
Log:
[LNT] Upgraded LNT to use html5.

This simply involved changing the doctype to html5 on the main template file
lnt/server/ui/templates/layout.html.

Modified:
    lnt/trunk/lnt/server/ui/templates/layout.html

Modified: lnt/trunk/lnt/server/ui/templates/layout.html
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/templates/layout.html?rev=161427&r1=161426&r2=161427&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/templates/layout.html (original)
+++ lnt/trunk/lnt/server/ui/templates/layout.html Tue Aug  7 11:55:36 2012
@@ -1,5 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
-          "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
   <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">





More information about the llvm-commits mailing list