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