aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstorycode/storycode.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y
index a9c3f13..b32173e 100644
--- a/libstorycode/storycode.y
+++ b/libstorycode/storycode.y
@@ -189,6 +189,7 @@ void set_style(struct scpctx *ctx, const char *element)
/* The only thing a "presentation" really needs is narrative */
presentation:
stylesheet narrative
+| stylesheet
| narrative
;