Skip to content
Snippets Groups Projects
Commit afc4529f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3080 from open-minds/develop

Remove useless filter for "text" parameter of boxes content
parents bfa0f0d5 ba64486e
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,6 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty"
$tdparam='';
if (isset($contents[$i][$j]['td'])) $tdparam.=' '.$contents[$i][$j]['td'];
if (empty($contents[$i][$j]['text'])) $contents[$i][$j]['text']="";
$text=isset($contents[$i][$j]['text'])?$contents[$i][$j]['text']:'';
$textwithnotags=preg_replace('/<([^>]+)>/i','',$text);
$text2=isset($contents[$i][$j]['text2'])?$contents[$i][$j]['text2']:'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment