diff --git a/components/DetailText.vue b/components/DetailText.vue index e5047c67fb8..db5d394fe5d 100644 --- a/components/DetailText.vue +++ b/components/DetailText.vue @@ -107,6 +107,7 @@ export default { }, bodyHtml() { + // Includes escapeHtml() return nlToBr(this.body); }, @@ -155,7 +156,7 @@ export default { :class="{'conceal': concealed}" /> - +