Make WordPress Core

Changeset 23188


Ignore:
Timestamp:
12/20/2012 03:35:17 PM (11 years ago)
Author:
nacin
Message:

Convert to the HTML5 doctype for readme.html. props gish, fixes #22932.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/readme.html

    r23187 r23188  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    2 <html xmlns="http://www.w3.org/1999/xhtml">
     1<!DOCTYPE html>
     2<html>
    33<head>
    44    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Note: See TracChangeset for help on using the changeset viewer.