aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads/alternative/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads/alternative/index.php')
-rw-r--r--en/downloads/alternative/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/downloads/alternative/index.php b/en/downloads/alternative/index.php
index ac8000a9a..955cf0e1e 100644
--- a/en/downloads/alternative/index.php
+++ b/en/downloads/alternative/index.php
@@ -73,7 +73,8 @@ foreach ($ini as $section => $values) {
} else {
$magnet = "";
}
- $size = $values['size'];
+ preg_match("/\D*(\d+.*)/", $values['size'], $product_size);
+ $size = $product_size[1];
if ($release == $current) {
$tableCurrent .= TableContent($section, $name, $torrent, $magnet, $size);