mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
parent
f97c1226aa
commit
da298f037d
@ -103,7 +103,6 @@ exports.parseTag = function(source,pos,options) {
|
|||||||
pos = token.end;
|
pos = token.end;
|
||||||
// Check that the tag is terminated by a space, / or >
|
// Check that the tag is terminated by a space, / or >
|
||||||
if(!$tw.utils.parseWhiteSpace(source,pos) && !(source.charAt(pos) === "/") && !(source.charAt(pos) === ">") ) {
|
if(!$tw.utils.parseWhiteSpace(source,pos) && !(source.charAt(pos) === "/") && !(source.charAt(pos) === ">") ) {
|
||||||
console.log("Aborting illegal element tag")
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
// Process attributes
|
// Process attributes
|
||||||
|
Loading…
Reference in New Issue
Block a user