summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNEdit.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-01-27 12:32:37 +0100
committerYorhel <git@yorhel.nl>2011-01-27 12:32:37 +0100
commit2e12ebc8ca793160cb0cd54c1fd0bfd42676c1ae (patch)
tree3e1bb12bf4104f0aaa2e0b8b4be583a4197fc3d2 /lib/VNDB/Handler/VNEdit.pm
parent1216d74abfa0a40ab6abcef338f2fb891cd0fba6 (diff)
TUWF: Added tag name to several end() calls
Haven't found any bugs this way, yet. I doubt there'll be any problems, but it's a nice new feature that could help quite a bit. :-D
Diffstat (limited to 'lib/VNDB/Handler/VNEdit.pm')
-rw-r--r--lib/VNDB/Handler/VNEdit.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VNDB/Handler/VNEdit.pm b/lib/VNDB/Handler/VNEdit.pm
index 8265aa35..733b7ba7 100644
--- a/lib/VNDB/Handler/VNEdit.pm
+++ b/lib/VNDB/Handler/VNEdit.pm
@@ -195,7 +195,7 @@ sub _form {
$frm->{img_nsfw} ? (checked => 'checked') : ();
label class => 'checkbox', for => 'img_nsfw', mt '_vnedit_image_nsfw_check';
p mt '_vnedit_image_nsfw_msg';
- end;
+ end 'div';
}],
],
@@ -230,7 +230,7 @@ sub _form {
a href => '#', mt '_vnedit_rel_addbut';
end;
end;
- end;
+ end 'table';
}],
],