]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix element in notice form
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:17:38 +0000 (16:17 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:17:38 +0000 (16:17 -0400)
darcs-hash:20080520201738-84dde-8f2591a10e1a917c869c1f50eef28de7cf4b66c2.gz

lib/util.php

index ece00281235e395209ac7a94b7d2cf5819bef34b..99a914a3a5ba6b93c4331d72f95092c1ffc6b921 100644 (file)
@@ -387,6 +387,7 @@ function common_notice_form() {
                                                                         'id' => 'content', 
                                                                         'class' => 'width75'),
                                   ' ');
+       common_element_end('p');
        common_submit('submit', _t('Send'));
        common_element_end('form');
        }