#138 - escape html entities in BIO text
1 unresolved thread
1 unresolved thread
Issue #138 (closed)
Merge request reports
Activity
mentioned in issue #138 (closed)
287 287 logout () { 288 288 this.$store.dispatch('logout') 289 289 this.$router.replace('/') 290 }, 291 parseEntities (text) { 292 const parser = new DOMParser this is a bit of an overkill. Maybe use https://devdocs.io/lodash~4/index#unescape instead
changed this line in version 2 of the diff
@hj I see your point. I will update this.
mentioned in commit 8e51c784
mentioned in issue #255 (closed)
Please register or sign in to reply