diff options
Diffstat (limited to 'src/html-abbrev.el')
-rw-r--r-- | src/html-abbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html-abbrev.el b/src/html-abbrev.el index e298ebc..ed004a2 100644 --- a/src/html-abbrev.el +++ b/src/html-abbrev.el @@ -245,7 +245,7 @@ (input (elt it 2))) `((,(read name) ,value) . ,input))) it - (zencoding-parse "=\\([^\\,\\+\\>\\ )]*\\)" 2 + (zencoding-parse "=\\([^\\,\\+\\>\\{\\}\\ )]*\\)" 2 "=property value" (let ((value (elt it 1)) (input (elt it 2))) |