1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 18:53:28 +00:00

Fixed typo

This commit is contained in:
Jeremy Ruston 2012-11-27 22:26:35 +00:00
parent 99275b5425
commit 598c069dd6

View File

@ -44,7 +44,7 @@ var typeMappings = {
}; };
exports.executeMacro = function() { exports.executeMacro = function() {
this.useBlock = this.isBlock ? "div" : "span"; this.useBlock = this.isBlock;
if(this.hasParameter("forceBlock")) { if(this.hasParameter("forceBlock")) {
this.useBlock = true; this.useBlock = true;
} }