From f10a965a8e3949f9d78dae58a66c97f6eb3dfbc9 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Mon, 10 Jun 2013 16:15:36 +0000 Subject: double class removed from report --- langs/report.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'langs/report.php') 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( -- cgit v1.2.1