mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
parent
f97c1226aa
commit
da298f037d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user