summaryrefslogtreecommitdiff
path: root/data/tpl/wlist
diff options
context:
space:
mode:
Diffstat (limited to 'data/tpl/wlist')
-rw-r--r--data/tpl/wlist2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tpl/wlist b/data/tpl/wlist
index f12c85f4..049d28ca 100644
--- a/data/tpl/wlist
+++ b/data/tpl/wlist
@@ -31,7 +31,7 @@
</tr></thead>
[[ for (@{$d{list}}) { ]]-
<tr>
- <td class="tc1"><a href="/v[[= $_->{vid} ]]" title="[[: $_->{title} ]]">[[: shorten $_->{title}, 40 ]]</a></td>
+ <td class="tc1"><a href="/v[[= $_->{vid} ]]" title="[[: $_->{original}||$_->{title} ]]">[[: shorten $_->{title}, 40 ]]</a></td>
<td class="tc2">[[= $VNDB::WSTAT->[$_->{wstat}] ]]</td>
<td class="tc3">[[= formatdate('%Y-%m-%d', $_->{added}) ]]</td>
<td class="tc4">[[ if($d{user}{username} eq $p{AuthUsername}) { ]]<input type="checkbox" name="sel" value="[[= $_->{vid} ]]" />[[ } else { ]]&nbsp;[[ } ]]</td>