Bsitu has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/146349

Change subject: Flow topic html page title is double escaped
......................................................................

Flow topic html page title is double escaped

Change-Id: I0f4857e366b567735d753f93bd233dcd6276a7f2
---
M includes/View.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/49/146349/1

diff --git a/includes/View.php b/includes/View.php
index e75f730..63e5b50 100644
--- a/includes/View.php
+++ b/includes/View.php
@@ -167,7 +167,7 @@
                if ( $workflow->getType() === 'topic' ) {
                        $title = $workflow->getOwnerTitle();
                        $out->setPageTitle( $this->msg( 
'flow-topic-first-heading', $title->getPrefixedText() ) );
-                       $out->setHtmlTitle( htmlspecialchars( 
$apiResponse['blocks'][0]['topicTitle'] ) );
+                       $out->setHtmlTitle( 
$apiResponse['blocks'][0]['topicTitle'] );
                        $out->setSubtitle( '< ' . Linker::link( $title ) );
                } else {
                        $out->setPageTitle( 
$workflow->getArticleTitle()->getFullText() );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f4857e366b567735d753f93bd233dcd6276a7f2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Bsitu <[email protected]>

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

Reply via email to