Index: trunk/phase3/skins/Vector.php |
— | — | @@ -378,7 +378,7 @@ |
379 | 379 | <h5><?php $this->msg('views') ?></h5> |
380 | 380 | <ul<?php $this->html('userlangattributes') ?>> |
381 | 381 | <?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 |
383 | 383 | // $link['text'] can be undefined - bug 27764 |
384 | 384 | if ( array_key_exists( 'text', $link ) ) { |
385 | 385 | echo array_key_exists( 'img', $link ) ? '<img src="' . $link['img'] . '" alt="' . $link['text'] . '" />' : htmlspecialchars( $link['text'] ); |