From 1b902bcc45e7b0adfc57a995a8d885e76ce2d44b Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Sun, 8 Nov 2009 19:05:07 +0000 Subject: Fixed alignment for entity action anchors and responses --- plugins/UserFlag/UserFlagPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/UserFlag/UserFlagPlugin.php b/plugins/UserFlag/UserFlagPlugin.php index fbe5fd351..6910ff332 100644 --- a/plugins/UserFlag/UserFlagPlugin.php +++ b/plugins/UserFlag/UserFlagPlugin.php @@ -102,7 +102,7 @@ class UserFlagPlugin extends Plugin $action->elementStart('li', 'entity_flag'); if (User_flag_profile::exists($profile->id, $user->id)) { - $action->element('span', array(), + $action->element('p', array(), _('Flagged for review')); } else { $form = new FlagProfileForm($action, $profile, -- cgit v1.2.3-54-g00ecf