Skip to content
Snippets Groups Projects
Commit 0fb0b85f authored by Demian Katz's avatar Demian Katz Committed by André Lahmann
Browse files

Fixed double encoding bug.

parent 48b1f7d0
No related merge requests found
......@@ -290,7 +290,7 @@ class Solr extends AbstractBase
'type' => $current->isCollection()
? 'collection'
: 'record',
'title' => htmlspecialchars($title)
'title' => $title
];
if ($current->isCollection()) {
$children = $this->getChildrenJson(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment