From 6ce7f932a60ba5fe006975d3bbe7fa5135848b3b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 10 Jun 2008 22:08:10 -0400 Subject: fixup some TODOs, fix a bug in userauthorization darcs-hash:20080611020810-84dde-32ab3b9e25532b92156d093dcf2ad24134cbcf4f.gz --- actions/userauthorization.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'actions') diff --git a/actions/userauthorization.php b/actions/userauthorization.php index e91c41fb3..71ef3cde4 100644 --- a/actions/userauthorization.php +++ b/actions/userauthorization.php @@ -74,10 +74,10 @@ class UserauthorizationAction extends Action { $avatar = $req->get_parameter('omb_listenee_avatar'); common_show_header(_t('Authorize subscription')); - common_element('p', _t('Please check these details to make sure '. - 'that you want to subscribe to this user\'s notices. '. - 'If you didn\'t just ask to subscribe to someone\'s notices, '. - 'click "Cancel".')); + common_element('p', NULL, _t('Please check these details to make sure '. + 'that you want to subscribe to this user\'s notices. '. + 'If you didn\'t just ask to subscribe to someone\'s notices, '. + 'click "Cancel".')); common_element_start('div', 'profile'); if ($avatar) { common_element('img', array('src' => $avatar, -- cgit v1.2.3-54-g00ecf