summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-02-06 11:55:13 +0100
committerYorhel <git@yorhel.nl>2010-02-06 11:55:13 +0100
commitd8f52504b79193119fbca8a1052bcf3261d5ab8b (patch)
tree721d9ca62aa99810df1c5e1889f84f845cadfb03 /lib
parentbfbeaacb2980b79da0ae6236d6d43d8ad58e94c4 (diff)
Handler::VNEdit: Removed useless line break
The layout looks better without that.
Diffstat (limited to 'lib')
-rw-r--r--lib/VNDB/Handler/VNEdit.pm2
1 files changed, 1 insertions, 1 deletions
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;
}],
],