From 387f2f345172eb5a08f81fe10a0f65eb0b0cfe26 Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Sun, 24 Aug 2014 07:24:33 +0200 Subject: [PATCH] FIX: Missing title for the 404 page --- src/org/cacert/gigi/pages/error/PageNotFound.java | 2 +- src/org/cacert/gigi/pages/error/PageNotFound.templ | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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 @@ -

-

-- 2.39.2