mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix #1622 : Sanitize captions display
This commit is contained in:
@@ -552,8 +552,8 @@ class SphinxSearchEngine implements SearchEngineInterface
|
||||
}
|
||||
|
||||
$opts = array(
|
||||
'before_match' => "<em>",
|
||||
'after_match' => "</em>",
|
||||
'before_match' => "[[em]]",
|
||||
'after_match' => "[[/em]]",
|
||||
);
|
||||
|
||||
$fields_to_send = array();
|
||||
|
Reference in New Issue
Block a user