summaryrefslogtreecommitdiff
path: root/tpl/blog/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/blog/index.php')
-rw-r--r--tpl/blog/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/blog/index.php b/tpl/blog/index.php
index c04b4c0..cd458c1 100644
--- a/tpl/blog/index.php
+++ b/tpl/blog/index.php
@@ -12,7 +12,7 @@ echo '<div class="ordering_links">' . filters_html_full() . '</div>';
foreach ($posts as $post) {
echo '<div class="blog_post">';
- echo '<div class="small_right">Written by ' . $post['owner'];
+ echo '<div class="small_right">by ' . $post['owner'];
if ($can_edit && $post['owner_id'] == $user['id'])
echo ' | <a href="edit-blog-' . $post['id'] . '">edit</a>';
if ($can_delete && $post['owner_id'] == $user['id'])