aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/src/utils/decodeHtmlEntities.js
Commit message (Collapse)AuthorAgeFilesLines
* Extract "decodeHtmlEntities" function to its own fileDaniel Calviño Sánchez2022-11-101-0/+34
This will make possible to use it from files other than "GetComments.js". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>