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 +- lib/Fripost/Schema/List.pm | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') 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, "‘‘") ); diff --git a/lib/Fripost/Schema/List.pm b/lib/Fripost/Schema/List.pm index f3ce4b8..ad0902d 100644 --- a/lib/Fripost/Schema/List.pm +++ b/lib/Fripost/Schema/List.pm @@ -163,8 +163,6 @@ sub _is_valid { must_attrs( $l, qw/list isactive/ ); email_valid( $l->{list}, -exact => 1 ); - say STDERR $l->{transport}; - die "Invalid transport: ‘".$l->{transport}."‘\n" if defined $l->{transport} and $l->{transport} !~ /^(schleuder|mailman)$/; -- cgit v1.2.3