mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 19:38:02 +00:00
remove newlines around macros
This commit is contained in:
@@ -121,7 +121,7 @@ var insertMacroCall = function(w,output,macroName,paramString) {
|
||||
type: "macrocall",
|
||||
name: macroName,
|
||||
params: params,
|
||||
isBlock: true
|
||||
isBlock: false
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user