Index: trunk/extensions/SemanticMediaWiki/includes/articlepages/SMW_PropertyPage.php |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | if (count($this->subproperties) > 0) { |
99 | 99 | $r .= "<div id=\"mw-subcategories\">\n<h2>" . wfMsg('smw_subproperty_header',$ti) . "</h2>\n"; |
100 | 100 | $r .= '<p>' . wfMsg('smw_subpropertyarticlecount', min($this->limit, count($this->subproperties))) . "</p>\n"; |
101 | | - if (count($this->subproperties) <= 6) { |
| 101 | + if (count($this->subproperties) < 6) { |
102 | 102 | $r .= $this->shortList(0,count($this->subproperties), $this->subproperties, $this->subprop_start_char); |
103 | 103 | } else { |
104 | 104 | $r .= $this->columnList(0,count($this->subproperties), $this->subproperties, $this->subprop_start_char); |