summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/CommonHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-15 12:39:02 +0100
committerYorhel <git@yorhel.nl>2008-11-15 12:39:02 +0100
commitc6c8b37d60dfd8943a860043f61a9344ddb1dda6 (patch)
treefbe3aafdabc514b5e9ed5f3a906318c14bd20801 /lib/VNDB/Util/CommonHTML.pm
parent0dd998b8b90f9a57025e4de0386dd7646f756af7 (diff)
Proper display of deleted usernames
Well, 'proper'... I should fix the handling of deleted users in the database, as the current solution is far from perfect.
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 6540a508..87942484 100644
--- a/lib/VNDB/Util/CommonHTML.pm
+++ b/lib/VNDB/Util/CommonHTML.pm
@@ -245,7 +245,7 @@ sub revheader { # type, obj
txt ')';
br;
txt 'By ';
- a href => "/u$obj->{requester}", $obj->{username};
+ lit userstr($obj);
txt ' on ';
lit date $obj->{added}, 'full';
}