mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Fixed typo
This commit is contained in:
parent
99275b5425
commit
598c069dd6
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user