summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Uckelman <uckelman@nomic.net>2012-02-27 02:24:35 +0100
committerJoel Uckelman <uckelman@nomic.net>2012-02-27 02:24:35 +0100
commite6b3585e9f651893ac1c67cd3e579e84b2f3fb29 (patch)
treef2d81b319b0d554292b20dceae2f9cb320964be9
parent9ed92aaa0cf387bd70072b34c788d15a63f0b39d (diff)
Cosmetic.
-rw-r--r--src/build_post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_post.php b/src/build_post.php
index 832fa7a..796602b 100644
--- a/src/build_post.php
+++ b/src/build_post.php
@@ -21,7 +21,7 @@ function build_post_subject($listtag, $forumtag, $subject) {
$subj = '(no subject)';
}
- return $subj;
+ return $subj;
}
?>