Fixed invalid matches not printed out sincerely

This commit is contained in:
斟酌 鵬兄 2022-04-11 11:51:50 +09:00
parent 9d45743f06
commit c1e2d54ef3

View File

@ -71,7 +71,7 @@ module.exports = {
if( t === "" || t === "/" ) if( t === "" || t === "/" )
{ {
// Hits "<#" where # is not a valid tag name // Hits "<#" where # is not a valid tag name
_fd( t + _a ); _fd( _OP + t + _a );
continue; continue;
} }