diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-06-02 10:51:50 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-06-02 10:51:50 +0000 |
commit | 1c0328e2f2f69ef11fba2b9d1b295146ecc6532c (patch) | |
tree | 7d438ed9a9fce94f16d3735c10765c4f1cbe04d1 /en/contact/index.php | |
parent | e37209f220574cc18a8de16899fa87509b3bd584 (diff) | |
download | www-1c0328e2f2f69ef11fba2b9d1b295146ecc6532c.tar www-1c0328e2f2f69ef11fba2b9d1b295146ecc6532c.tar.gz www-1c0328e2f2f69ef11fba2b9d1b295146ecc6532c.tar.bz2 www-1c0328e2f2f69ef11fba2b9d1b295146ecc6532c.tar.xz www-1c0328e2f2f69ef11fba2b9d1b295146ecc6532c.zip |
Add h2 again
Diffstat (limited to 'en/contact/index.php')
-rw-r--r-- | en/contact/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index 533c96080..40fca6d1c 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -51,6 +51,7 @@ _lang_load($locale, 'contact'); <div style="float: left; width: 600px; text-align: left; border: 1px solid #ddd; border-top: 0;"> <div class="para" id="by-role"> <?php + _h('You have an idea of who to contact', null, 'h2'); echo '<ul class="hl">'; _h('Use <a href="%s">the discuss mailing list</a> or <a href="%s">the forums</a> for general Mageia discussions', array('https://ml.mageia.org/l/info/discuss', 'https://forums.mageia.org/en/'), 'li'); _h('Use <a href="%s">the dev mailing list</a> for Mageia developement discussions', array('https://ml.mageia.org/l/info/dev'), 'li'); |