diff options
author | Filip Komar <filip@mageia.org> | 2013-06-10 16:15:36 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-06-10 16:15:36 +0000 |
commit | f10a965a8e3949f9d78dae58a66c97f6eb3dfbc9 (patch) | |
tree | ccc73375f98ecebdf74bff7a77b7c4768e596821 /langs | |
parent | d48df570365692e6aa6bf11ce2f4ea71ae39f063 (diff) | |
download | www-f10a965a8e3949f9d78dae58a66c97f6eb3dfbc9.tar www-f10a965a8e3949f9d78dae58a66c97f6eb3dfbc9.tar.gz www-f10a965a8e3949f9d78dae58a66c97f6eb3dfbc9.tar.bz2 www-f10a965a8e3949f9d78dae58a66c97f6eb3dfbc9.tar.xz www-f10a965a8e3949f9d78dae58a66c97f6eb3dfbc9.zip |
double class removed from report
Diffstat (limited to 'langs')
-rw-r--r-- | langs/report.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/report.php b/langs/report.php index 9d7ecde91..3675e126b 100644 --- a/langs/report.php +++ b/langs/report.php @@ -126,8 +126,8 @@ } } else if ($link == 'downloads/get') { $mga = array( - 'view download OK page' => 'downloads/get/index.php?q=Mageia-2-dual-CD.iso&d=1" class="action"', - 'view non existing file page' => 'downloads/get/index.php?q=Non_existing_file&d=1" class="action"', + 'view download OK page' => 'downloads/get/index.php?q=Mageia-2-dual-CD.iso&d=1" style="display: block;', + 'and non existing file too' => 'downloads/get/index.php?q=Non_existing_file&d=1" style="display: block;', ); } else if ($link == '2') { $mga = array( |