summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-30 20:17:57 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-30 20:17:57 +0000
commit29d64245529b7a3e95f9059f785bb206fc70f570 (patch)
treecaf3c31a958aeb1cce186ca8ccaff18b3bf49fe0 /data
parent65c9483112ca4a7c5887cd8331326a0e42e49800 (diff)
HTML Fix + forgot to upload update_1.18.sql with the previous commit -.-
git-svn-id: svn://vndb.org/vndb@49 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'data')
-rw-r--r--data/tpl/hist2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tpl/hist b/data/tpl/hist
index b578d1f5..1ff87bd9 100644
--- a/data/tpl/hist
+++ b/data/tpl/hist
@@ -78,7 +78,7 @@
[[ for (@{$d{hist}}) { my $t = (qw|v r p|)[$_->{type}]; ]]-
<tr>
- <td class="tc1_1"><a href="/[[= $t.$_->{iid}.'.'.$_->{rev} ]]">[[= $t.$_->{iid} ]]</td>
+ <td class="tc1_1"><a href="/[[= $t.$_->{iid}.'.'.$_->{rev} ]]">[[= $t.$_->{iid} ]]</a></td>
<td class="tc1_2"><a href="/[[= $t.$_->{iid}.'.'.$_->{rev} ]]">.[[= $_->{rev} == 1 ? '<b>'.$_->{rev}.'</b>' : $_->{rev} ]]</a></td>
<td class="tc2">[[= formatdate('%Y-%m-%d %R', $_->{added}, 'dh') ]]</td>
[[ if($d{type} ne 'u' || $d{act}) { ]]-