From 75f8abcf35861c28f20cf610df25e9b2f89e1eb6 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 4 Jun 2012 12:11:18 +0100 Subject: [PATCH] Added classes on the story macros wrapper elements --- core/modules/macros/story/story.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/macros/story/story.js b/core/modules/macros/story/story.js index 093521f3a..492660927 100644 --- a/core/modules/macros/story/story.js +++ b/core/modules/macros/story/story.js @@ -145,14 +145,14 @@ exports.eventMap["tw-SaveTiddler"] = function(event) { exports.executeMacro = function() { var story = this.getStory(), - storyNode = $tw.Tree.Element("div",{},[]); + storyNode = $tw.Tree.Element("div",{"class": "tw-story-frame"},[]); for(var t=0; t