X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FIndex.pm;h=b5bc5f13908a4773e88d48015384800a607e7c95;hp=a00cadf8e23dba933ab70d1869f2ee81a2350353;hb=f7472fe03713e4f68557790a22dc7ce7c471d01a;hpb=0cd010b6dd726be485e7dffff70cfe1914b56950 diff --git a/perl/Sesse/pr0n/Index.pm b/perl/Sesse/pr0n/Index.pm index a00cadf..b5bc5f1 100644 --- a/perl/Sesse/pr0n/Index.pm +++ b/perl/Sesse/pr0n/Index.pm @@ -222,8 +222,10 @@ sub handler { if ($takenby ne $lastupl) { $lastupl = $takenby; + $r->print("

"); Sesse::pr0n::Templates::print_template($r, "submittedby", { author => $lastupl }); print_fullscreen_fromhere($r, $event, \%settings, \%defsettings, $img_num); + $r->print("

\n"); } if ($ref->{'width'} != -1 && $ref->{'height'} != -1) { my $width = $ref->{'width'}; @@ -268,8 +270,10 @@ sub handler { if ($takenby ne $lastupl) { $lastupl = $takenby; + $r->print("

"); Sesse::pr0n::Templates::print_template($r, "submittedby", { author => $lastupl }); print_fullscreen_fromhere($r, $event, \%settings, \%defsettings, $img_num); + $r->print("

\n"); } if ($ref->{'width'} != -1 && $ref->{'height'} != -1) { my $width = $ref->{'width'}; @@ -308,9 +312,11 @@ sub handler { if ($takenby ne $lastupl) { $r->print("

\n\n") if ($lastupl ne ""); $lastupl = $takenby; + $r->print("

"); Sesse::pr0n::Templates::print_template($r, "submittedby", { author => $lastupl }); print_fullscreen_fromhere($r, $event, \%settings, \%defsettings, $img_num); - $r->print("

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

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

\n"); } if ($ref->{'width'} != -1 && $ref->{'height'} != -1) { my $width = $ref->{'width'};