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

Change subject: Follows-up 39a0bf7: Fix erroneous quotes
......................................................................


Follows-up 39a0bf7: Fix erroneous quotes

Change-Id: I21942ba05bed1c8c4e9739d310fb9ef5d89f728a
---
M CommunityVoice.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/CommunityVoice.php b/CommunityVoice.php
index 21168fd..da839de 100644
--- a/CommunityVoice.php
+++ b/CommunityVoice.php
@@ -168,7 +168,7 @@
                if ( !$out->hasHeadItem( 'CommunityVoice' ) ) {
                        $out->addInlineScript(
                                sprintf(
-                                       "var egCommunityVoiceResourcesPath = 
'%s';\n" ,
+                                       "var egCommunityVoiceResourcesPath = 
%s;\n" ,
                                        Xml::encodeJsVar( 
$egCommunityVoiceResourcesPath )
                                )
                        );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I21942ba05bed1c8c4e9739d310fb9ef5d89f728a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CommunityVoice
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to