From: Janis Streib Date: Sun, 24 Aug 2014 05:24:33 +0000 (+0200) Subject: FIX: Missing title for the 404 page X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=387f2f345172eb5a08f81fe10a0f65eb0b0cfe26 FIX: Missing title for the 404 page --- diff --git a/src/org/cacert/gigi/pages/error/PageNotFound.java b/src/org/cacert/gigi/pages/error/PageNotFound.java index 0d53524f..e6ba0640 100644 --- a/src/org/cacert/gigi/pages/error/PageNotFound.java +++ b/src/org/cacert/gigi/pages/error/PageNotFound.java @@ -10,7 +10,7 @@ import org.cacert.gigi.pages.Page; public class PageNotFound extends Page { public PageNotFound() { - super(""); + super("File not found!"); } @Override diff --git a/src/org/cacert/gigi/pages/error/PageNotFound.templ b/src/org/cacert/gigi/pages/error/PageNotFound.templ index 6bc59d6a..5ecd8867 100644 --- a/src/org/cacert/gigi/pages/error/PageNotFound.templ +++ b/src/org/cacert/gigi/pages/error/PageNotFound.templ @@ -1,3 +1 @@ -

-