diff options
author | filip <filip.komar@gmail.com> | 2016-07-10 12:09:33 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-07-10 12:09:33 +0200 |
commit | 99253d57c142de06a51953f073c7f2265480bde1 (patch) | |
tree | 8030745d0a2045949dbb91fd825c0a94feef4dd4 | |
parent | d3daa6841c1450de46430b193af35ae27cb2e84a (diff) | |
download | www-99253d57c142de06a51953f073c7f2265480bde1.tar www-99253d57c142de06a51953f073c7f2265480bde1.tar.gz www-99253d57c142de06a51953f073c7f2265480bde1.tar.bz2 www-99253d57c142de06a51953f073c7f2265480bde1.tar.xz www-99253d57c142de06a51953f073c7f2265480bde1.zip |
double slash removal
-rw-r--r-- | langs/report_tx_git.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php index af2731c59..952197195 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -343,7 +343,7 @@ function build_transifex_link($tx_language_code, $link_name = NULL, $tx_category // Transifex cripled direct link access in a new version in a way that limiting // the result by the category or resource name is no longer possible // $prefix = "<a href=\"http://www.transifex.com/organization/MageiaLinux/dashboard/all_resources"; - $prefix = "<a href=\"https://www.transifex.com/MageiaLinux/mageia/language/"; + $prefix = "<a href=\"https://www.transifex.com/MageiaLinux/mageia/language"; // $transifex_url = "$prefix/$tx_language_code/#1/?"; $transifex_url = "$prefix/$tx_language_code/"; /* if(!is_null($tx_resource_name)) { |