diff options
-rw-r--r-- | en/downloads/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/downloads/index.php b/en/downloads/index.php index d74783bd7..7a11df7d7 100644 --- a/en/downloads/index.php +++ b/en/downloads/index.php @@ -1,6 +1,7 @@ <?php require '../../downloads.php'; -$_t ['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">Mageia 1 RC</em>'); +$_t['page_h1'] = sprintf($_t['page_h1'], '<em class="tag">Mageia 1 RC</em>'); +$_t['page_title'] = sprintf($_t['page_title'], 'Mageia 1 RC'); ?> <!DOCTYPE html> <html lang="<?php echo $locale; ?>"> |