summaryrefslogtreecommitdiff
path: root/data/tpl
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-04 18:23:35 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-04 18:23:35 +0000
commit5e2dec987824f543a0722e59cc5a01628009f6c8 (patch)
tree2692afc6eb319debc1da02b04898f9a546da8dd5 /data/tpl
parent9ab5195ea363a948c24f47bfad0a84c7a1ba1df4 (diff)
Colored diff for the alias field
git-svn-id: svn://vndb.org/vndb@52 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'data/tpl')
-rw-r--r--data/tpl/vnpage2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/tpl/vnpage b/data/tpl/vnpage
index 6a2835ec..22fa98fc 100644
--- a/data/tpl/vnpage
+++ b/data/tpl/vnpage
@@ -23,7 +23,7 @@
[[ if($d{change}) { ]]
[[= cdiff($d{prev}, $d{vn},
[ title => 'Title', 1 ],
- [ alias => 'Alias', 1 ],
+ [ alias => 'Alias', 1, 1 ],
[ desc => 'Description', 1, 1 ],
[ length => 'Length', sub { $VNDB::VNLEN->[$_[0] ][0] } ],
[ l_wp => 'Wikipedia link', sub { $_[0] ? '<a href="http://en.wikipedia.org/wiki/'.$_[0].'">'.$_[0].'</a>' : 'No link' } ],