diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/downloads/dl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/dl.php b/en/downloads/dl.php index 73fde9ba2..635f73eea 100644 --- a/en/downloads/dl.php +++ b/en/downloads/dl.php @@ -43,7 +43,7 @@ else $relocation = null; if (!is_null($dl_link)) - $relocation = sprintf('<meta http-equiv="refresh" value="5;%s">', $dl_link); + $relocation = sprintf('<meta http-equiv="refresh" content="5;%s">', $dl_link); $title = 'Mageia 1 beta1'; |