forked from 0x2620/pandora
keywords etc have filters, use exact match
This commit is contained in:
parent
f37e390fcb
commit
b38f4c6b5d
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ pandora.ui.infoView = function(data) {
|
|||
function formatValue(value, key) {
|
||||
return (Ox.isArray(value) ? value : [value]).map(function(value) {
|
||||
return key ?
|
||||
'<a href="/' + key + '=' + value + '">' + value + '</a>'
|
||||
'<a href="/' + key + '==' + value + '">' + value + '</a>'
|
||||
: value;
|
||||
}).join(', ');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue