Conflicts:
	lib/classes/caption/Field/Value.php
This commit is contained in:
Jean-Yves Gaulier
2013-12-11 19:08:47 +01:00
committed by Romain Neutron
parent 0832cc0b21
commit f5f17549ad

View File

@@ -353,7 +353,7 @@ class caption_Field_Value implements cache_cacheableInterface
return $value; return $value;
} }
$DOM_branchs = $XPATH_thesaurus->query($tbranch); $cleanvalue = str_replace(array("<em>", "</em>", "'"), array("", "", "&apos;"), $value);
$fvalue = $value; $fvalue = $value;