diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/blog/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/blog/start.php b/mod/blog/start.php index 23e47f471..7d42e80b9 100644 --- a/mod/blog/start.php +++ b/mod/blog/start.php @@ -205,7 +205,7 @@ function blog_entity_menu_setup($hook, $type, $return, $params) { $status_text = elgg_echo("blog:status:{$entity->status}"); $options = array( 'name' => 'published_status', - 'text' => $status_text, + 'text' => "<span>$status_text</span>", 'href' => false, 'priority' => 150, ); |