mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 07:26:40 +00:00
@@ -103,7 +103,6 @@ exports.parseTag = function(source,pos,options) {
|
||||
pos = token.end;
|
||||
// Check that the tag is terminated by a space, / or >
|
||||
if(!$tw.utils.parseWhiteSpace(source,pos) && !(source.charAt(pos) === "/") && !(source.charAt(pos) === ">") ) {
|
||||
console.log("Aborting illegal element tag")
|
||||
return null;
|
||||
}
|
||||
// Process attributes
|
||||
|
||||
Reference in New Issue
Block a user