1
0
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:
buggyj 2014-08-31 17:48:14 +02:00
parent 322c04da53
commit 59244fba91

View File

@ -121,7 +121,7 @@ var insertMacroCall = function(w,output,macroName,paramString) {
type: "macrocall",
name: macroName,
params: params,
isBlock: true
isBlock: false
});
}