From 7ac92aac1197c52e15573ee6482fa366d06e49ad Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Thu, 1 Aug 2013 19:36:33 +0000 Subject: scheme-relative URL fix for langs/missing.php --- langs/missing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'langs/missing.php') diff --git a/langs/missing.php b/langs/missing.php index 387c84651..b3ebfca51 100644 --- a/langs/missing.php +++ b/langs/missing.php @@ -16,12 +16,12 @@ if ($s == '../_nav/langs/en.lang') { $file = substr(_lang_file_switch($s, $l), 14); $note = ' NOTE: THIS IS TRANSLATION OF NAVIGATION SO LOCATION FOR COMMIT IS DIFFERENT!'; $commit = 'web/www/trunk/_nav/langs/' . $file . ' and for now to the web/nav/langs/' . $file . ' too'; - $iframe = 'http://www.mageia.org/_nav/langs/en.lang'; + $iframe = '//www.mageia.org/_nav/langs/en.lang'; } else { $file = _lang_file_switch($s, $l); $note = ''; $commit = 'web/www/trunk/langs/' . $file; - $iframe = 'http://www.mageia.org/langs/'.$s; + $iframe = '//www.mageia.org/langs/'.$s; } ?> -- cgit v1.2.1