diff options
-rw-r--r-- | langs/report.php | 4 | ||||
-rw-r--r-- | langs/report_test.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/langs/report.php b/langs/report.php index 0f0d7c0ed..34fbb040f 100644 --- a/langs/report.php +++ b/langs/report.php @@ -345,7 +345,7 @@ S; <a href="http://gitweb.mageia.org/web/www/tree/langs/report.php">available on git</a>.</p> </div> - <script src="/_nav/js/source.js"></script> + <script src="/_nav/js/"></script> </body> </html><?php @@ -354,4 +354,4 @@ S; require_once('../en/about/license/license.php'); foreach ($otherLangs as $lang) { load_license_numbers($lang); -}
\ No newline at end of file +} diff --git a/langs/report_test.php b/langs/report_test.php index 20f7acad1..7d8e12a46 100644 --- a/langs/report_test.php +++ b/langs/report_test.php @@ -432,7 +432,7 @@ if (1) { } ?> </div> - <script src="/_nav/js/source.js"></script> + <script src="/_nav/js/"></script> </body> </html><?php @@ -441,4 +441,4 @@ if (1) { require_once('../en/about/license/license.php'); foreach ($otherLangs as $lang) { load_license_numbers($lang); -}
\ No newline at end of file +} |