diff options
author | filip <filip.komar@gmail.com> | 2018-10-14 00:03:55 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2018-10-14 00:03:55 +0200 |
commit | 75d0ee3f43220516d98215f519603baaec7dae53 (patch) | |
tree | 04994c84e84f0508eda4eff78164d4ca16e47317 /en/community/index.php | |
parent | 6982f436b7fa78699aa4e24d15b5a65a0737b6b8 (diff) | |
download | www-75d0ee3f43220516d98215f519603baaec7dae53.tar www-75d0ee3f43220516d98215f519603baaec7dae53.tar.gz www-75d0ee3f43220516d98215f519603baaec7dae53.tar.bz2 www-75d0ee3f43220516d98215f519603baaec7dae53.tar.xz www-75d0ee3f43220516d98215f519603baaec7dae53.zip |
some tiny lint fixes
Diffstat (limited to 'en/community/index.php')
-rw-r--r-- | en/community/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/community/index.php b/en/community/index.php index eab67555d..084c25dcc 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -147,7 +147,7 @@ include '../../lib/news.php'; </ul> </div> <div class="w-100"></div> - <p style="clear: both; text-align: center;"><mark class=mark"><?php _g('This page needs you! <a href="https://wiki.mageia.org/en/Web_team">Join the Web team</a>!')?></mark></p> + <p style="clear: both; text-align: center;"><mark class="mark"><?php _g('This page needs you! <a href="https://wiki.mageia.org/en/Web_team">Join the Web team</a>!')?></mark></p> </div> </div> <?php echo common_footer($locale); ?> |