diff --git a/boot/boot.js b/boot/boot.js index dd9fa8413..64757ac4a 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -1103,6 +1103,9 @@ $tw.loadTiddlersFromPath = function(filepath,excludeRegExp) { if(tidInfo.prefix) { text = tidInfo.prefix + text; } + if(tidInfo.suffix) { + text = text + tidInfo.suffix; + } tidInfo.fields.text = text; tiddlers.push({tiddlers: [tidInfo.fields]}); });