summaryrefslogtreecommitdiff
path: root/story.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-01-26 13:38:46 +0000
committerDries Buytaert <dries@buytaert.net>2001-01-26 13:38:46 +0000
commitd386c110f449d39631c6af1aabced9799c7a372d (patch)
tree443ae8e3b5ac6680d5a25b26271ce02780b4a51e /story.php
parent34a927e6e36c08522bd5b1a873d563e9da5bc7ab (diff)
downloadbrdo-d386c110f449d39631c6af1aabced9799c7a372d.tar.gz
brdo-d386c110f449d39631c6af1aabced9799c7a372d.tar.bz2
- removed redundant spaces
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);