jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/395646 )

Change subject: Fix for d81158f36c91
......................................................................


Fix for d81158f36c91

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

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



diff --git a/includes/CargoUtils.php b/includes/CargoUtils.php
index 76bf893..7238401 100644
--- a/includes/CargoUtils.php
+++ b/includes/CargoUtils.php
@@ -387,7 +387,7 @@
                // Add a newline at the beginning if it looks like the value
                // starts with a bulleted or numbered list, to make sure that
                // the first line gets formatted correctly.
-               if ( strpos( $value, '*' ) === 0 || strpos( $value, '*' ) === 0 
) {
+               if ( strpos( $value, '*' ) === 0 || strpos( $value, '#' ) === 0 
) {
                        $value = "\n" . $value;
                }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9b942d508c9475dfb78502eca66509c1881bd15d
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>
Gerrit-Reviewer: Yaron Koren <yaro...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to