diff options
author | Joel Uckelman <uckelman@nomic.net> | 2012-02-27 02:24:35 +0100 |
---|---|---|
committer | Joel Uckelman <uckelman@nomic.net> | 2012-02-27 02:24:35 +0100 |
commit | e6b3585e9f651893ac1c67cd3e579e84b2f3fb29 (patch) | |
tree | f2d81b319b0d554292b20dceae2f9cb320964be9 /src | |
parent | 9ed92aaa0cf387bd70072b34c788d15a63f0b39d (diff) |
Cosmetic.
Diffstat (limited to 'src')
-rw-r--r-- | src/build_post.php | 2 |
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; } ?> |