From: Steinar H. Gunderson Date: Wed, 25 Jul 2007 23:49:46 +0000 (+0200) Subject: Fix a validation bug. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=63f32b69a0afe1ccc66768c88a7ec74610994614;ds=sidebyside Fix a validation bug. --- diff --git a/perl/Sesse/pr0n/Index.pm b/perl/Sesse/pr0n/Index.pm index 809bda6..9aa05fc 100644 --- a/perl/Sesse/pr0n/Index.pm +++ b/perl/Sesse/pr0n/Index.pm @@ -661,9 +661,9 @@ sub print_fullscreen_fromhere { $newsettings{'fullscreen'} = 1; $newsettings{'start'} = $start; - $r->print("

"); + $r->print(" "); Sesse::pr0n::Common::print_link($r, $title, "/$event/", \%newsettings, $defsettings); - $r->print("

\n"); + $r->print("\n"); } 1;