mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
fix prod escaping
This commit is contained in:
@@ -939,7 +939,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
|
||||
$this->set_data_to_cache(self::CACHE_TITLE, $title);
|
||||
}
|
||||
|
||||
return $title;
|
||||
return htmlspecialchars($title);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user