generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
If you add double quote at start and end, cause error. It does not happen if we have double quotes in another positions.
$text = '"La resolución del problema de la caída del brete y los daños en la casa es crucial para restaurar la confianza y la seguridad entre los amigos, evitar costos adicionales y prevenir daños futuros, garantizando así la integridad y el bienestar de todos los involucrados."';
$inputText = (new Editor)
->sanitize($text);I've solved using:
$inputText = (new Editor)
->sanitize(addslashes($text));Metadata
Metadata
Assignees
Labels
No labels