https://bugzilla.wikimedia.org/show_bug.cgi?id=29012

       Web browser: ---
             Bug #: 29012
           Summary: sep parameter in list result format ignored
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


The sep parameter in result format 'list' is ignored. List always uses the
default separator ','.

It seems to be a bug in SMW_QP_List.php around line 228:
 $result .= ', ';

The above line should be changed as follows:
 $result .= $listsep.' ';

Testcase:
{{#arraymap:{{{Param|}}}|;|x|[[Param::x| ]]|;}}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to