diff --git a/string.js b/string.js index ade4f6e..4e0015f 100644 --- a/string.js +++ b/string.js @@ -71,7 +71,7 @@ module.exports = { if( t === "" || t === "/" ) { // Hits "<#" where # is not a valid tag name - _fd( t + _a ); + _fd( _OP + t + _a ); continue; }