summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/Misc.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/Util/Misc.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/Util/Misc.pm')
-rw-r--r--lib/VNDB/Util/Misc.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/VNDB/Util/Misc.pm b/lib/VNDB/Util/Misc.pm
index 8917a4f8..15ab79b9 100644
--- a/lib/VNDB/Util/Misc.pm
+++ b/lib/VNDB/Util/Misc.pm
@@ -122,7 +122,7 @@ sub ieCheck {
.q|p { color: #ddd; margin: 10px; font: 9pt "Tahoma"; }|
.q|h1 { color: #258; font-size: 14pt; font-family: "Futura", "Century New Gothic", "Arial", Serif; font-weight: normal; margin: 10px 0 0 0; } |
.q|a { color: #fff }|;
- end;
+ end 'head';
body;
div;
h1 'Oops, we were too lazy to support your browser!';
@@ -139,8 +139,8 @@ sub ieCheck {
.qq|<a href="/?i-still-want-access=1">open the site anyway</a>.|;
end;
end;
- end;
- end;
+ end 'body';
+ end 'html';
return 0;
}