]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix instructions
authorEvan Prodromou <evan@prodromou.name>
Mon, 25 Aug 2008 19:37:38 +0000 (15:37 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 25 Aug 2008 19:37:38 +0000 (15:37 -0400)
darcs-hash:20080825193738-84dde-d58e63ee015a52ccf065d17a2fc16d2d1899f805.gz

actions/invite.php

index 2bb2ff97be527259a3e2881c6000de7d007dae51..38ce38907b729762da05f218fb5651edceaa8bd0 100644 (file)
@@ -52,8 +52,10 @@ class InviteAction extends Action {
                if ($error) {
                        common_element('p', 'error', $error);
                } else {
-                       common_element('div', 'instructions',
+                       common_element_start('div', 'instructions');
+                       common_element('p', NULL,
                                                   _('Use this form to invite your friends and colleagues to use this service.'));
+                       common_element_end('div');
                }
        }
 
@@ -76,6 +78,8 @@ class InviteAction extends Action {
                                                _('Optionally add a personal message to the invitation.'));
                
                common_submit('preview', _('Preview'));
+
+               common_element_end('form');
                
                common_show_footer();
        }