From d8f52504b79193119fbca8a1052bcf3261d5ab8b Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sat, 6 Feb 2010 11:55:13 +0100 Subject: Handler::VNEdit: Removed useless line break The layout looks better without that. --- lib/VNDB/Handler/VNEdit.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VNDB/Handler/VNEdit.pm b/lib/VNDB/Handler/VNEdit.pm index 60b24272..d9c69f23 100644 --- a/lib/VNDB/Handler/VNEdit.pm +++ b/lib/VNDB/Handler/VNEdit.pm @@ -178,7 +178,7 @@ sub _form { input type => 'checkbox', class => 'checkbox', id => 'img_nsfw', name => 'img_nsfw', $frm->{img_nsfw} ? (checked => 'checked') : (); label class => 'checkbox', for => 'img_nsfw', mt '_vnedit_image_nsfw_check'; - p "\n".mt '_vnedit_image_nsfw_msg'; + p mt '_vnedit_image_nsfw_msg'; end; }], ], -- cgit v1.2.3