]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/userauthorization.php
Fix for bug #00019 (Linkified all @ addresses in a message)
[quix0rs-gnu-social.git] / actions / userauthorization.php
index e91c41fb3e518f555e4ccd94e22f1ff396120549..71ef3cde42a7c7999dcd5ec249bdc57800a8e08b 100644 (file)
@@ -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,