Yaron Koren has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386651 )

Change subject: Display fix for "middot" in drilldown
......................................................................

Display fix for "middot" in drilldown

Change-Id: I1c0de8cf0c0ae29bb3113a8e4ccc732d862c3daf
---
M drilldown/CargoSpecialDrilldown.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo 
refs/changes/51/386651/2

diff --git a/drilldown/CargoSpecialDrilldown.php 
b/drilldown/CargoSpecialDrilldown.php
index 66891ee..75cbc13 100644
--- a/drilldown/CargoSpecialDrilldown.php
+++ b/drilldown/CargoSpecialDrilldown.php
@@ -462,7 +462,7 @@
                $or_values[] = '_none';
                foreach ( $or_values as $i => $value ) {
                        if ( $i > 0 ) {
-                               $results_line .= " · ";
+                               $results_line .= " · ";
                        }
                        $filter_text = $this->printFilterValue( $af->filter, 
$value );
                        $applied_filters = $this->applied_filters;
@@ -552,7 +552,7 @@
                $num_printed_values = 0;
                foreach ( $filter_values as $value_str => $num_results ) {
                        if ( $num_printed_values++ > 0 ) {
-                               $results_line .= " · ";
+                               $results_line .= " · ";
                        }
                        $filter_url = $cur_url . urlencode( str_replace( ' ', 
'_', $f->name ) ) . '=' .
                                urlencode( str_replace( ' ', '_', $value_str ) 
);
@@ -584,7 +584,7 @@
                                if ( $node->mLeft !== 1 && 
$node->mWithinTreeMatchCount > 0 ) {
                                        // check if its not __pseudo_root__ 
node, then only print
                                        if ( $num_printed_values_level++ > 0 ) {
-                                               $results_line .= " · ";
+                                               $results_line .= " · ";
                                        }
                                        // generate a url to encode WITHIN 
search information by a "~within_" prefix in value_str
                                        $filter_url = $cur_url . urlencode( 
str_replace( ' ', '_', $f->name ) ) . '=' .

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c0de8cf0c0ae29bb3113a8e4ccc732d862c3daf
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>

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

Reply via email to