Skip to content

Commit

Permalink
fixed broken markup on page
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Sep 22, 2009
1 parent b6c0393 commit b859aa6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grails.org/grails-app/views/content/homePage.gsp
@@ -1,12 +1,12 @@
<%@ page import="org.grails.news.NewsItem; org.grails.auth.Role" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta content="homepage" name="layout" />
</head
<body

</head>
<body>
test
</body>
</html>

0 comments on commit b859aa6

Please sign in to comment.