mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fixed typo
This commit is contained in:
parent
99275b5425
commit
598c069dd6
@ -44,7 +44,7 @@ var typeMappings = {
|
||||
};
|
||||
|
||||
exports.executeMacro = function() {
|
||||
this.useBlock = this.isBlock ? "div" : "span";
|
||||
this.useBlock = this.isBlock;
|
||||
if(this.hasParameter("forceBlock")) {
|
||||
this.useBlock = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user