Golopotw has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/364329 )

Change subject: Remove empty <div>
......................................................................

Remove empty <div>

Change-Id: I4918d23329a9f70f4c11358d5e1ea7f5c251da46
---
M VectorTemplate.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/29/364329/1

diff --git a/VectorTemplate.php b/VectorTemplate.php
index 234e015..9b0c80c 100644
--- a/VectorTemplate.php
+++ b/VectorTemplate.php
@@ -398,7 +398,7 @@
                                                }
                                                ?>
                                                <h3 id="p-variants-label">
-                                                       <span><?php echo 
htmlspecialchars( $variantLabel ) ?></span><div></div>
+                                                       <span><?php echo 
htmlspecialchars( $variantLabel ) ?></span>
                                                </h3>
 
                                                <div class="menu">
@@ -468,7 +468,7 @@
                                        ?>" aria-labelledby="p-cactions-label">
                                                <h3 
id="p-cactions-label"><span><?php
                                                        $this->msg( 
'vector-more-actions' )
-                                               ?></span><div></div></h3>
+                                               ?></span></h3>
 
                                                <div class="menu">
                                                        <ul<?php $this->html( 
'userlangattributes' ) ?>>

-- 
To view, visit https://gerrit.wikimedia.org/r/364329
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4918d23329a9f70f4c11358d5e1ea7f5c251da46
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Golopotw <golo...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to