The following commit has been merged in the master branch:
commit 21c2a93fccfe13b14c13460a8ebff5913e4ba167
Author: Simon Paillard <[email protected]>
Date:   Tue Aug 9 15:43:16 2011 +0200

    Format installed size like package size
    
    Reported by Uwe Kleine-König

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>]

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to