From 740b76159edede54d04100b3168e43975c34b5e0 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 9 Sep 2012 18:14:46 +0200 Subject: W3C Validator (HTML 5 + XHTML 1.1 + CSS level 3) --- lib/FPanel/Login.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/FPanel') diff --git a/lib/FPanel/Login.pm b/lib/FPanel/Login.pm index 3a44768..ab7bf36 100644 --- a/lib/FPanel/Login.pm +++ b/lib/FPanel/Login.pm @@ -203,7 +203,7 @@ sub error_rm : ErrorRunmode { $mesg = 'Forbidden' } elsif ($error eq '404' ) { - $mesg = 'Not found' + $mesg = 'Not Found' } $template->param( code => $error ); $template->param( message => encode_entities ($mesg, "‘‘") ); -- cgit v1.2.3