Change doctype
authorkangax <kangax@gmail.com>
Sat, 2 Nov 2013 13:25:44 +0000 (14:25 +0100)
committerkangax <kangax@gmail.com>
Sat, 2 Nov 2013 13:25:44 +0000 (14:25 +0100)
index.html

index 5555826..03d8b14 100644 (file)
@@ -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=utf-8">
@@ -12,7 +11,7 @@
         <div id="wrapper">
           <h1>HTML Minifier <span style="font-size:0.6em">(ver. 0.43)</span></h1>
           <p id="warning">
-            Minifier is <strong>very draft</strong> and is <strong>not yet thoroughly tested</strong>. Use at your own risk. 
+            Minifier is <strong>very draft</strong> and is <strong>not yet thoroughly tested</strong>. Use at your own risk.
           </p>
           <textarea rows="8" cols="40" id="input"></textarea>
           <p style="width:65%">
@@ -95,9 +94,9 @@
                 Remove optional tags
                 <br>
                 <span class="quiet short">
-                  Currently, only: 
-                  <code>&lt;/html></code>, 
-                  <code>&lt;/head></code>, 
+                  Currently, only:
+                  <code>&lt;/html></code>,
+                  <code>&lt;/head></code>,
                   <code>&lt;/body></code>,
                   <code>&lt;/option></code>
                   <code>&lt;/thead></code>,
                 Remove ignored tags
                 <br>
                 <span class="quiet short">
-                  Currently, only tags starting and ending with: 
-                  <code>&lt;% ... %></code> 
-                  and 
+                  Currently, only tags starting and ending with:
+                  <code>&lt;% ... %></code>
+                  and
                   <code>&lt;? ... ?></code>
                 </span>
               </label>
           </ul>
           <div class="controls">
             <span>Select:</span>
-            <a href="#" id="select-all">All</a>, 
+            <a href="#" id="select-all">All</a>,
             <a href="#" id="select-none">None</a>,
             <a href="#" id="select-safe">Safe</a>
           </div>
         <div id="report"></div>
       </div>
       <p class="quiet" style="font-style:italic;">
-        HTMLMinifier is made by <a href="http://perfectionkills.com/">kangax</a>, 
-        using tweaked version of HTML parser by <a href="http://ejohn.org/">John Resig</a> 
+        HTMLMinifier is made by <a href="http://perfectionkills.com/">kangax</a>,
+        using tweaked version of HTML parser by <a href="http://ejohn.org/">John Resig</a>
         (which, in its turn, is based on work of <a href="http://erik.eae.net/">Erik Arvidsson</a>).
         Source and bugtracker are <a href="http://github.com/kangax/html-minifier">hosted on Github</a>.
       </p>
     <script src="src/htmllint.js" type="text/javascript"></script>
     <script src="master.js" type="text/javascript"></script>
   </body>
-</html>
\ No newline at end of file
+</html>