diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-06-16 20:22:25 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-06-16 20:22:25 +0200 |
commit | 766efc8a2e1b50001e83b2396b0ee926c05aa5b6 (patch) | |
tree | 010b67af88125f69751190d5e6460fe717e483a1 /en/about | |
parent | 06de6c16feeb0392d3cc4e5acd37a0592b5d13b4 (diff) | |
download | www-766efc8a2e1b50001e83b2396b0ee926c05aa5b6.tar www-766efc8a2e1b50001e83b2396b0ee926c05aa5b6.tar.gz www-766efc8a2e1b50001e83b2396b0ee926c05aa5b6.tar.bz2 www-766efc8a2e1b50001e83b2396b0ee926c05aa5b6.tar.xz www-766efc8a2e1b50001e83b2396b0ee926c05aa5b6.zip |
Fix font url in media page (reported on irc)
Diffstat (limited to 'en/about')
-rw-r--r-- | en/about/media/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/media/index.php b/en/about/media/index.php index c27e8f89a..94d2f6c39 100644 --- a/en/about/media/index.php +++ b/en/about/media/index.php @@ -44,7 +44,7 @@ $dictionary = read_translation_file($locale, "about/media"); <br> <?php - _g('The font used for the logo can be downloaded <a href="%s">here</a>.','http://openfontlibrary.org/en/font/nicoduv','p' ) + _g('The font used for the logo can be downloaded <a href="%s">here</a>.',array('http://openfontlibrary.org/en/font/nicoduv'),'p' ) ?> <br><br> |