aboutsummaryrefslogtreecommitdiffstats
path: root/langs/diff.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-08-06 19:32:21 +0000
committerFilip Komar <filip@mageia.org>2013-08-06 19:32:21 +0000
commitab83396059a1fa2ed14c55227ccf44e9a148fee5 (patch)
tree20805caa27d88b7e533ce7bd62906c902cdb86c9 /langs/diff.php
parent8a8b74aba64611498e20679c2fc16dcf96b55727 (diff)
downloadwww-ab83396059a1fa2ed14c55227ccf44e9a148fee5.tar
www-ab83396059a1fa2ed14c55227ccf44e9a148fee5.tar.gz
www-ab83396059a1fa2ed14c55227ccf44e9a148fee5.tar.bz2
www-ab83396059a1fa2ed14c55227ccf44e9a148fee5.tar.xz
www-ab83396059a1fa2ed14c55227ccf44e9a148fee5.zip
https fixes for i18n report
Diffstat (limited to 'langs/diff.php')
-rw-r--r--langs/diff.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/diff.php b/langs/diff.php
index 462b72a4c..d56be7f8e 100644
--- a/langs/diff.php
+++ b/langs/diff.php
@@ -54,12 +54,12 @@ $s .= sprintf('<h1>Differences between %s source and %s target</h1>',
if($constitution) {
$s .= '<h2 style="color: red;">Please translate constitution first</h2>';
- $s .= '<p>You can find it in <a href="http://svnweb.mageia.org/org/constitution/">svn</a>. ';
+ $s .= '<p>You can find it in <a href="//svnweb.mageia.org/org/constitution/">svn</a>. ';
}
if($license) {
$s .= '<h2 style="color: red;">Please translate license first</h2>';
- $s .= '<p>You can find it in <a href="http://svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/">svn</a>. ';
+ $s .= '<p>You can find it in <a href="//svnweb.mageia.org/soft/drakx/trunk/perl-install/share/po/">svn</a>. ';
}
if($constitution || $license) {