From 0c63a714f651615f46cb99312030b468ea4b7c1b Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 19 Aug 2006 03:03:08 +0000 Subject: [PATCH] Added "mediawiki" class to the tag, to better support user stylesheets set in the browser --- skins/MonoBook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 2bac99aefa..230308c488 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -89,7 +89,7 @@ class MonoBookTemplate extends QuickTemplate { data['body_ondblclick']) { ?>ondblclick="text('body_ondblclick') ?>" data['body_onload' ]) { ?>onload="text('body_onload') ?>" - class="text('nsclass') ?> text('dir') ?>"> + class="mediawiki text('nsclass') ?> text('dir') ?>">
-- 2.20.1