提交 6c5fced5 编写于 作者: M Martin Aeschlimann

#4318 [html] Typing "<something.hidden" in an HTML file will hide the entered text

上级 5d620ea4
......@@ -63,7 +63,7 @@ export class State extends AbstractState {
}
static escapeTagName(s:string):string {
return htmlTokenTypes.getTag(s.replace(/[:_]/g, '-'));
return htmlTokenTypes.getTag(s.replace(/[:_.]/g, '-'));
}
public makeClone():State {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册