Changeset 917
- Timestamp:
- 11/09/07 04:44:51 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app_generators/merb/templates/app/views/layout/application.html.erb
r496 r917 1 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" >2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us"> 3 3 <head> 4 4 <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" /> 6 6 <link rel="stylesheet" href="/stylesheets/master.css" type="text/css" media="screen" charset="utf-8"> 7 7 </head>
