* (bug 12346) XML fix when body double-click and click handlers are present
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 19 Dec 2007 00:10:08 +0000 (00:10 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 19 Dec 2007 00:10:08 +0000 (00:10 +0000)
RELEASE-NOTES
skins/MonoBook.php

index 8cefcc5..56deff3 100644 (file)
@@ -251,6 +251,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 585) Only create searchindex replica table for parser tests if db is MySQL
 * Allow --record option if parserTests.php to work when using Postgres
 * (bug 12296) Simplify cache epoch in default LocalSettings.php
+* (bug 12346) XML fix when body double-click and click handlers are present
 
 
 == Parser changes in 1.12 ==
index b47e81e..e930a5e 100644 (file)
@@ -90,8 +90,8 @@ class MonoBookTemplate extends QuickTemplate {
 <?php  }
                if($this->data['trackbackhtml']) print $this->data['trackbackhtml']; ?>
        </head>
-<body <?php if($this->data['body_ondblclick']) { ?>ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>
-<?php if($this->data['body_onload'    ]) { ?>onload="<?php     $this->text('body_onload')     ?>"<?php } ?>
+<body<?php if($this->data['body_ondblclick']) { ?> ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>
+<?php if($this->data['body_onload'    ]) { ?> onload="<?php     $this->text('body_onload')     ?>"<?php } ?>
  class="mediawiki <?php $this->text('nsclass') ?> <?php $this->text('dir') ?> <?php $this->text('pageclass') ?>">
        <div id="globalWrapper">
                <div id="column-content">