The preg split should happen after we've extracted plain text for the fires list $fires = preg_split('/:/', $fire->plaintext);
The preg split should happen after we've extracted plain text for the fires list $fires = preg_split('/:/', $fire->plaintext);
Comments
Comment #1
cafuego commentedFixed!