diff options
Diffstat (limited to 'src/html-abbrev.el')
-rw-r--r-- | src/html-abbrev.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/html-abbrev.el b/src/html-abbrev.el index bb2b122..6686bea 100644 --- a/src/html-abbrev.el +++ b/src/html-abbrev.el @@ -550,9 +550,7 @@ (puthash tag-name fn emmet-tag-snippets-table))) (let* ((id (emmet-concat-or-empty " id=\"" tag-id "\"")) - (class-attr (if emmet-expand-jsx-className? - " className=\"" - " class=\"")) + (class-attr (if emmet-expand-jsx-className? " className=\"" " class=\"")) (classes (emmet-mapconcat-or-empty class-attr tag-classes " " "\"")) (props (let* ((tag-props-default (and settings (gethash "defaultAttr" settings))) |