remove ! from meta.tag regex
This commit is contained in:
parent
a71ebcb29a
commit
401e6bdba8
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ exports.tag = function(states, name, nextState) {
|
|||
}
|
||||
},
|
||||
merge : true,
|
||||
regex : "[-_a-zA-Z0-9:!]+",
|
||||
regex : "[-_a-zA-Z0-9:]+",
|
||||
next : name + "_embed_attribute_list"
|
||||
}, {
|
||||
token: "empty",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue