Modified name of default skin ("embed" instead of "main") used in global story_macro()
This commit is contained in:
parent
05f475c3df
commit
aa8bcaec6c
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ function story_macro(param, id, mode) {
|
|||
html.link({href: story.href()}, story.getTitle());
|
||||
break;
|
||||
default:
|
||||
story.renderSkin("Story#" + (param.skin || "main"));
|
||||
story.renderSkin("Story#" + (param.skin || "embed"));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue