mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-07-25 16:01:54 +00:00
properly encode comperor for cloud tag
This commit is contained in:
@ -132,7 +132,7 @@ class AggregationCloud {
|
||||
$tagValue = $tagValue[0];
|
||||
}
|
||||
$key = $value->getColumn()->getFullQualifiedLabel() . '=';
|
||||
$filter = SearchConfigParameters::$PARAM_FILTER . "[$key]=" . urlencode($tagValue);
|
||||
$filter = SearchConfigParameters::$PARAM_FILTER . '[' . urlencode($key) . ']=' . urlencode($tagValue);
|
||||
|
||||
$this->renderer->listitem_open(1);
|
||||
$this->renderer->listcontent_open();
|
||||
|
Reference in New Issue
Block a user