diff --git a/core/modules/macros/story/story.js b/core/modules/macros/story/story.js index d70b9621a..488bb1000 100644 --- a/core/modules/macros/story/story.js +++ b/core/modules/macros/story/story.js @@ -172,7 +172,7 @@ exports.postRenderInDom = function() { // Instantiate the story view var storyviewName; if(this.hasParameter("storyviewTiddler")) { - storyviewName = this.wiki.getTextReference(this.params.storyviewTiddler) + storyviewName = this.wiki.getTextReference(this.params.storyviewTiddler); } if(!storyviewName && this.hasParameter("storyview")) { storyviewName = this.params.storyview;