aboutsummaryrefslogtreecommitdiff
path: root/static/user
diff options
context:
space:
mode:
Diffstat (limited to 'static/user')
-rw-r--r--static/user/user-additions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/user/user-additions.js b/static/user/user-additions.js
index d357b4b5..0de825e8 100644
--- a/static/user/user-additions.js
+++ b/static/user/user-additions.js
@@ -1,5 +1,5 @@
window.formatters.set('description', (el, d) => {
- if (/<\/?\w+( \w+(="?\w+"?)?)*\/?>/.exec(d)) {
+ if (/<\/?\w+( +\w+(=["']?\w+["']?)?)* *\/?>/.exec(d)) {
/* Assume that the text is HTML if it contains something which looks
like an HTML tag */
let parser = new DOMParser();