We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfde9f commit 71ae504Copy full SHA for 71ae504
dev/utils.js
@@ -18,7 +18,7 @@ module.exports = {
18
} else if (/null/.test(match)) {
19
cls = "null";
20
}
21
- return "<span class="" + cls + "">" + match + "</span>";
+ return "<span class=" + cls + ">" + match + "</span>";
22
});
23
24
0 commit comments