mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
remove newlines around macros
This commit is contained in:
parent
322c04da53
commit
59244fba91
@ -121,7 +121,7 @@ var insertMacroCall = function(w,output,macroName,paramString) {
|
||||
type: "macrocall",
|
||||
name: macroName,
|
||||
params: params,
|
||||
isBlock: true
|
||||
isBlock: false
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user