You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 = (newEditor)
->sanitize($text);
If you add double quote at start and end, cause error. It does not happen if we have double quotes in another positions.
I've solved using:
The text was updated successfully, but these errors were encountered: