The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit b411358b authored by Demian Katz's avatar Demian Katz
Browse files

Fixed double encoding bug.

parent 56550eab
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