Skip to content

Commit

Permalink
Changing doctype system identifier as suggested by W3C validator to c…
Browse files Browse the repository at this point in the history
…lear warning
  • Loading branch information
mrduncan committed Sep 6, 2009
1 parent 302c8bb commit c4bd19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CruiseControl.rb<%= @title ? " - " + @title : '' %></title>
Expand Down

0 comments on commit c4bd19f

Please sign in to comment.