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 cf8d5ae commit c4f8191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grails-app/views/content/homePage.gsp
Original file line number Diff line number Diff line change
@@ -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 c4f8191

Please sign in to comment.