Followup r87584, r87963
authorSam Reed <reedy@users.mediawiki.org>
Tue, 31 May 2011 20:23:02 +0000 (20:23 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 31 May 2011 20:23:02 +0000 (20:23 +0000)
Why not fix both?

skins/Vector.php

index 6f21b86..c90c49a 100644 (file)
@@ -216,7 +216,7 @@ class VectorTemplate extends BaseTemplate {
                <!-- panel -->
                        <div id="mw-panel" class="noprint">
                                <!-- logo -->
-                                       <div id="p-logo"><a style="background-image: url(<?php $this->text( 'logopath' ) ?>);" href="<?php echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] ) ?>" <?php echo Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) ?>></a></div>
+                                       <div id="p-logo"><a style="background-image: url(<?php $this->text( 'logopath' ) ?>);" href="<?php echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] ) ?>" <?php echo Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) ) ?>></a></div>
                                <!-- /logo -->
                                <?php $this->renderPortals( $this->data['sidebar'] ); ?>
                        </div>