]> WPIA git - gigi.git/commitdiff
FIX: Missing title for the 404 page
authorJanis Streib <janis@dogcraft.de>
Sun, 24 Aug 2014 05:24:33 +0000 (07:24 +0200)
committerJanis Streib <janis@dogcraft.de>
Sun, 24 Aug 2014 05:24:33 +0000 (07:24 +0200)
src/org/cacert/gigi/pages/error/PageNotFound.java
src/org/cacert/gigi/pages/error/PageNotFound.templ

index 0d53524f8abec884ae16606d026c219b67fa6542..e6ba0640626b528f7b19327b39d3de1e918a8ce2 100644 (file)
@@ -10,7 +10,7 @@ import org.cacert.gigi.pages.Page;
 public class PageNotFound extends Page {
 
     public PageNotFound() {
 public class PageNotFound extends Page {
 
     public PageNotFound() {
-        super("");
+        super("File not found!");
     }
 
     @Override
     }
 
     @Override
index 6bc59d6a476e00c61099db245d5b65d63db6f115..5ecd88670a207a1277a9b80468145721ecd95503 100644 (file)
@@ -1,3 +1 @@
-<h3><?=_File not found!?></h3>
-
 <p><?=_Due to recent site changes bookmarks may no longer be valid, please update your bookmarks.?></p>
 <p><?=_Due to recent site changes bookmarks may no longer be valid, please update your bookmarks.?></p>