aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-05-26 13:24:07 +0000
committerFilip Komar <filip@mageia.org>2013-05-26 13:24:07 +0000
commitc1972ed13aef2a571948f6e158958488ff1c6d18 (patch)
tree9a44cb06da9a6c86f80a3a3664f8f4c864f9e7bc /langs/report.php
parent93baf969efd4782290aef814542e6322adb2ccac (diff)
downloadwww-c1972ed13aef2a571948f6e158958488ff1c6d18.tar
www-c1972ed13aef2a571948f6e158958488ff1c6d18.tar.gz
www-c1972ed13aef2a571948f6e158958488ff1c6d18.tar.bz2
www-c1972ed13aef2a571948f6e158958488ff1c6d18.tar.xz
www-c1972ed13aef2a571948f6e158958488ff1c6d18.zip
small fix for links to view local pages
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report.php b/langs/report.php
index a113aa109..8df1bc17a 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -130,7 +130,7 @@
$link = '';
}
} else {
- $link = sprintf('<a href="//www.mageia.org/%s/%s" class="action viewpage">view page</a>%s', $l, $link, $page_not_linked);
+ $link = sprintf('<a href="/%s/%s" class="action viewpage">view page</a>%s', $l, $link, $page_not_linked);
}
if (count($test['missing']) === 0