isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

fix(utils): sanitize empty string + trim #686

Closed seaerchin closed 1 year ago

seaerchin commented 1 year ago

Problem

sanitization on empty strings lead to empty block comment; also, there is trailing space when sanitization does occur.

Solution

trim post sanitization + don't sanitize if the string is empty