aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSimon Paillard <spaillard@debian.org>2011-08-09 15:43:16 +0200
committerSimon Paillard <spaillard@debian.org>2011-08-09 15:43:16 +0200
commit21c2a93fccfe13b14c13460a8ebff5913e4ba167 (patch)
tree2b2027e8b24e7a9c5472893f749da04b7c8a4bc9 /templates
parent66e13e020e7b338272a4516e3773c100826732c2 (diff)
Format installed size like package size
Reported by Uwe Kleine-König
Diffstat (limited to 'templates')
-rw-r--r--templates/html/show.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index ebbba77..8fc9143 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -322,7 +322,7 @@
version_class = 'vold';
END %]
[% "<td class='$version_class'>$d.version</td>" IF versions.multiple %]
-<td class="size">[% g('%s&nbsp;kB', num.format_number(d.pkgsize,1)) %]</td><td class="size">[% g('%s&nbsp;kB', d.instsize) %]</td>
+<td class="size">[% g('%s&nbsp;kB', num.format_number(d.pkgsize,1)) %]</td><td class="size">[% g('%s&nbsp;kB', num.format_number(d.instsize,1)) %]</td>
<td>
[% IF d.contents_avail %]
[<a href="[% make_url(filelist_url,'','arch',d.arch) %]">[% g('list of files') %]</a>]