http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84566

Revision: 84566
Author:   krinkle
Date:     2011-03-22 21:44:18 +0000 (Tue, 22 Mar 2011)
Log Message:
-----------
Follow-up r84565: Whitespace

Modified Paths:
--------------
    trunk/phase3/skins/Vector.php

Modified: trunk/phase3/skins/Vector.php
===================================================================
--- trunk/phase3/skins/Vector.php       2011-03-22 21:42:16 UTC (rev 84565)
+++ trunk/phase3/skins/Vector.php       2011-03-22 21:44:18 UTC (rev 84566)
@@ -362,11 +362,10 @@
                                break;
                                case 'VIEWS':
 ?>
-<div id="p-views" class="vectorTabs<?php if ( count( $this->data['view_urls'] 
) == 0 ) echo ' emptyPortlet'; ?>">
+<div id="p-views" class="vectorTabs<?php if ( count( $this->data['view_urls'] 
) == 0 ) { echo ' emptyPortlet'; } ?>">
        <h5><?php $this->msg('views') ?></h5>
        <ul<?php $this->html('userlangattributes') ?>>
-               <?php
-               foreach ( $this->data['view_urls'] as $link ): ?>
+               <?php foreach ( $this->data['view_urls'] as $link ): ?>
                        <li<?php echo $link['attributes'] ?>><span><a 
href="<?php echo htmlspecialchars( $link['href'] ) ?>" <?php echo $link['key'] 
?>><?php
                                // $link['text'] can be undefined - bug 27764
                                if ( array_key_exists( 'text', $link ) ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to