While the dateAgo code internally doesn't seem to care about the argument

(unless its not "withal"), its better to fix the spelling here anyways.
This commit is contained in:
Thomas Keller
2010-09-11 00:21:30 +02:00
parent f3f00dd182
commit 7557a73014
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
<td{if $file.type != 'blob'} colspan="4"{/if}><a href="{$url}">{$file.file}</a></td>
{if $file.type == 'blob'}
{if isset($file.date)}
<td><span class="smaller">{$file.date|dateago:"wihtout"}</span></td>
<td><span class="smaller">{$file.date|dateago:"without"}</span></td>
<td><span class="smaller">{$file.author|strip_tags|trim}{trans ':'} {$file.log}</span></td>
{else}<td colspan="2"></td>{/if}
<td></td>{/if}