summaryrefslogtreecommitdiff
path: root/templates/attachments.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-14 15:29:24 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-14 15:29:24 +0000
commitb57e8f4610196b16354cbd81c9c02b8591340bc7 (patch)
treebfb07d74e2a8d2138f0124f6875fcd05c1d61bc1 /templates/attachments.tpl
parent2484e4ca75b94faf00659415bbc518768935c111 (diff)
downloadliberty-b57e8f4610196b16354cbd81c9c02b8591340bc7.tar.gz
liberty-b57e8f4610196b16354cbd81c9c02b8591340bc7.tar.bz2
liberty-b57e8f4610196b16354cbd81c9c02b8591340bc7.zip
replace contents of modifier.display_bytes.php with modifier.kbsize.php and use that instead since it's a better name for the function
Diffstat (limited to 'templates/attachments.tpl')
-rw-r--r--templates/attachments.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/attachments.tpl b/templates/attachments.tpl
index e4e3db8..60ff9ad 100644
--- a/templates/attachments.tpl
+++ b/templates/attachments.tpl
@@ -61,7 +61,7 @@
<td>
{tr}Owner{/tr}: {displayname hash=$attachment}
<br />
- {tr}Size{/tr}: {$attachment.file_size|kbsize}
+ {tr}Size{/tr}: {$attachment.file_size|display_bytes}
<br />
{tr}Wiki plugin link{/tr}: {$attachment.wiki_plugin_link}
</td>