jenkins-bot has submitted this change and it was merged.

Change subject: Remove title attributes from textarea
......................................................................


Remove title attributes from textarea

Change-Id: Ib508321ba09b6544b675e54774d4231b29f1c52a
---
M templates/post.html.php
M templates/topiclist.html.php
2 files changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Werdna: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/post.html.php b/templates/post.html.php
index 9c77872..d92ecf1 100644
--- a/templates/post.html.php
+++ b/templates/post.html.php
@@ -38,7 +38,6 @@
                ) ) .
                Html::textarea( $block->getName() . '_content', '', array(
                        'placeholder' => $placeHolder,
-                       'title' => $placeHolder,
                        'class' => 'flow-reply-content mw-ui-input',
                        'rows' => '10',
                ) ) .
diff --git a/templates/topiclist.html.php b/templates/topiclist.html.php
index b69ddb7..1dccc84 100644
--- a/templates/topiclist.html.php
+++ b/templates/topiclist.html.php
@@ -25,7 +25,6 @@
        }
        echo Html::textarea( $block->getName() . '_content', '', array(
                'placeholder' => wfMessage( 'flow-newtopic-content-placeholder' 
)->text(),
-               'title' => wfMessage( 'flow-newtopic-content-placeholder' 
)->text(),
                'class' => 'flow-newtopic-step2 flow-newtopic-content 
mw-ui-input',
                'rows' => '10',
        ) );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib508321ba09b6544b675e54774d4231b29f1c52a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Werdna <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to