Changeset 917

Show
Ignore:
Timestamp:
11/09/07 04:44:51 (1 year ago)
Author:
has.s..@gmail.com
Message:

Patch for more semantic XHTML header in default generated layout. Thanx revans@robertrevans.com. Closes #282

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app_generators/merb/templates/app/views/layout/application.html.erb

    r496 r917  
    11<!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"
     2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us"
    33  <head> 
    44    <title>Fresh Merb App</title> 
    5     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 
     5    <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 
    66    <link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" charset="utf-8"> 
    77  </head>