summaryrefslogtreecommitdiff
path: root/story.php
diff options
context:
space:
mode:
Diffstat (limited to 'story.php')
-rw-r--r--story.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/story.php b/story.php
index 648cc5b92..56d832ad2 100644
--- a/story.php
+++ b/story.php
@@ -16,7 +16,7 @@ function story_render($id, $cid) {
}
}
-switch($op) {
+switch($op) {
case "Preview comment":
$theme->header();
comment_preview($pid, $id, $subject, $comment);