]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3184 added span so that blog post status would be vertically aligned
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 3 Apr 2011 12:13:29 +0000 (12:13 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 3 Apr 2011 12:13:29 +0000 (12:13 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8926 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/blog/start.php

index 23e47f471d0f0537a6bd261cf3d8910902b470c2..7d42e80b9dc4f95c8b0a5891b7ebedd8074846b7 100644 (file)
@@ -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,
                );