fix element in notice form

darcs-hash:20080520201738-84dde-8f2591a10e1a917c869c1f50eef28de7cf4b66c2.gz
This commit is contained in:
Evan Prodromou 2008-05-20 16:17:38 -04:00
parent fcb3d81752
commit 6d7a900946
1 changed files with 1 additions and 0 deletions

View 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');
}