r87962 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87961‎ | r87962 | r87963 >
Date:10:29, 13 May 2011
Author:krinkle
Status:ok
Tags:
Comment:
Reverted r87961. Broke stuff on action=edit...
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -378,7 +378,7 @@
379379 <h5><?php $this->msg('views') ?></h5>
380380 <ul<?php $this->html('userlangattributes') ?>>
381381 <?php foreach ( $this->data['view_urls'] as $link ): ?>
382 - <li<?php echo $link['attributes'] ?>><span><a href="<?php echo htmlspecialchars( $link['href'] ) ?>" <?php echo Xml::expandAttributes( $link['key'] ); ?>><?php
 382+ <li<?php echo $link['attributes'] ?>><span><a href="<?php echo htmlspecialchars( $link['href'] ) ?>" <?php echo $link['key'] ?>><?php
383383 // $link['text'] can be undefined - bug 27764
384384 if ( array_key_exists( 'text', $link ) ) {
385385 echo array_key_exists( 'img', $link ) ? '<img src="' . $link['img'] . '" alt="' . $link['text'] . '" />' : htmlspecialchars( $link['text'] );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87961Fixing broken tooltip/accesskey's for view_urls in Vector. Thanks JeroenDeDau...krinkle10:26, 13 May 2011

Status & tagging log