Skip to content

Commit

Permalink
fixed prj-liftbased example
Browse files Browse the repository at this point in the history
  - changed scala.version in pom.xml to 2.8.0
  - added default.html in templates-hidden folder (previously omitted)
  - fixed issue with pages not displaying properly in FF and Chrome, previosly displayed as XML file because of "application/xhtml+xml" content-type and malformed html
  • Loading branch information
taylorleese committed Sep 17, 2010
1 parent 8370287 commit 9be2ad0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/prj-liftbased/pom.xml
Expand Up @@ -12,7 +12,7 @@
<name>toto01 Project</name>
<inceptionYear>2010</inceptionYear>
<properties>
<scala.version>2.8.0.RC6</scala.version>
<scala.version>2.8.0</scala.version>
<!-- Common plugin settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
Expand Down
@@ -0,0 +1,10 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Lift Example</title>
</head>
<body>
<lift:bind name="content" />
<lift:Menu.builder />
<lift:msgs/>
</body>
</html>

0 comments on commit 9be2ad0

Please sign in to comment.