Resolved hidden language variants
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Jul 2009 16:36:15 +0000 (16:36 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 6 Jul 2009 16:36:15 +0000 (16:36 +0000)
skins/Vector.php

index d5910e2..5f7b42c 100644 (file)
@@ -572,7 +572,7 @@ class VectorTemplate extends QuickTemplate {
                                <!-- variants -->
                                <?php if ( count( $this->data['variant_urls'] ) > 0 ): ?>
                                <div id="variants">
-                                       <h5><div class="icon"><span><?php $this->msg('variants') ?></span></div></h5>
+                                       <h5><span><?php $this->msg('variants') ?></span><a href="#">&nbsp;</a></h5>
                                        <div class="menu">
                                                <ul <?php $this->html('userlangattributes') ?>>
                                                        <?php foreach ($this->data['variant_urls'] as $key => $link ): ?>