Commit 0289e043 authored by Leo Iannacone's avatar Leo Iannacone

page distribution: add size inside anchor for sources and debs

parent 0c851d8e
...@@ -353,7 +353,7 @@ function Page_Distrubion(socket) { ...@@ -353,7 +353,7 @@ function Page_Distrubion(socket) {
if ($tags.length > 0) if ($tags.length > 0)
$size.insertBefore($tags); $size.insertBefore($tags);
else else
$file.append($size); $file.find("a").append($size);
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment