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

@@ -45,7 +45,7 @@
<td class="fileicon"><img src="{media '/idf/img/'~$file.type~'.png'}" alt="{$file.type}" /></td>
<td><a href="{$url}">{$file.file}</a></td>
<td><span class="smaller">{$file.date|dateago:"wihtout"}</span></td>
<td><span class="smaller">{$file.date|dateago:"without"}</span></td>
<td>{$file.rev}</td>
<td{if $file.type != 'blob'} colspan="2"{/if}><span class="smaller">{$file.author|strip_tags|trim}{trans ':'} {issuetext $file.log, $request, true, false}</span></td>
{if $file.type == 'blob'}