diff options
Diffstat (limited to 'diary.php')
-rw-r--r-- | diary.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ function diary_display($username) { } $theme->header(); - $theme->box("Online diary", $output); + $theme->box("$username's online diary", $output); $theme->footer(); } |