summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/CommonHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-11-27 12:04:56 +0100
committerYorhel <git@yorhel.nl>2009-11-27 12:04:56 +0100
commit754fb4434ba063e8e3d813121538fa3fc8f16e87 (patch)
tree88c6f484347bea8532d60702580302b0854c03a5 /lib/VNDB/Util/CommonHTML.pm
parente69b417f9ce6e73e6c1a477048d167f9490f9d5a (diff)
htmlEditMessage(): Fixed tiny HTML bug in release copy warning
Diffstat (limited to 'lib/VNDB/Util/CommonHTML.pm')
-rw-r--r--lib/VNDB/Util/CommonHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/CommonHTML.pm b/lib/VNDB/Util/CommonHTML.pm
index 79a91598..0eb5382e 100644
--- a/lib/VNDB/Util/CommonHTML.pm
+++ b/lib/VNDB/Util/CommonHTML.pm
@@ -375,7 +375,7 @@ sub htmlEditMessage {
div class => 'warning';
h2 mt '_editmsg_copy_title';
p;
- lit mt '_editmsg_copy_msg', sprintf '<a href="/%s%d">%s</a>', $type, $obj->{id}, xml_escape $obj->{title},
+ lit mt '_editmsg_copy_msg', sprintf '<a href="/%s%d">%s</a>', $type, $obj->{id}, xml_escape $obj->{title};
end;
end;
}