From 9b02a35f39e277155f7523cd0455c0386048f659 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 4 Apr 2006 02:22:14 +0000 Subject: [PATCH] * (bug 5355) Include skin name and style JS settings in page source; fixes regression where Opera 6/7 and KHTML CSS fixes weren't applied when wikibits.js was moved up before user JS inclusion. --- RELEASE-NOTES | 3 +++ skins/MonoBook.php | 1 + skins/chick/main.css | 0 3 files changed, 4 insertions(+) mode change 100755 => 100644 skins/chick/main.css diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1d8432a8c0..287363db5f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -734,6 +734,9 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 5410) Use namespace name when a custom namespace's nstab-NS message is nonexistent * (bug 5432) Fix inconsistencies in cookie names when using table prefixes * Additional protections against HTML breakage in table parsing +* (bug 5355) Include skin name and style JS settings in page source; + fixes regression where Opera 6/7 and KHTML CSS fixes weren't applied + when wikibits.js was moved up before user JS inclusion. === Caveats === diff --git a/skins/MonoBook.php b/skins/MonoBook.php index f4f89dc63f..79396541ff 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -64,6 +64,7 @@ class MonoBookTemplate extends QuickTemplate { + data['jsvarurl' ]) { ?> diff --git a/skins/chick/main.css b/skins/chick/main.css old mode 100755 new mode 100644 -- 2.20.1