diff options
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; } ?> |