diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-04-05 20:27:49 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-04-05 20:27:49 +0000 |
commit | 0a7b2c6184d7b8cf82f6b374734c29b49c85a4f6 (patch) | |
tree | bd369e4c7ef9f8fd3a1e489de705a1782cb2ab3a /en/downloads | |
parent | 33660214bb4720c634b9009b4d75795ba0eeece4 (diff) | |
download | www-0a7b2c6184d7b8cf82f6b374734c29b49c85a4f6.tar www-0a7b2c6184d7b8cf82f6b374734c29b49c85a4f6.tar.gz www-0a7b2c6184d7b8cf82f6b374734c29b49c85a4f6.tar.bz2 www-0a7b2c6184d7b8cf82f6b374734c29b49c85a4f6.tar.xz www-0a7b2c6184d7b8cf82f6b374734c29b49c85a4f6.zip |
fix refresh - i am a *mooooo*
Diffstat (limited to 'en/downloads')
-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'; |