Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
Container for 404.
Browse files Browse the repository at this point in the history
  • Loading branch information
olav committed Mar 13, 2012
1 parent 26e2e53 commit f4e33a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/no/java/jzportal/html/notFound.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object notFound {
def apply(default: default, path: String) = default(html(path))

def html(path: String) =
<div>
<div class="body hyphenate">
Boo, we couldn't find your page "{path}", sorry mate!
</div>
}

0 comments on commit f4e33a8

Please sign in to comment.