diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:17:38 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:17:38 -0400 |
commit | 6d7a9009460d9948e93ee019ee4caa76f7187022 (patch) | |
tree | 16b20bebb567beb095e0773b50b76a49ac9ff708 /lib/util.php | |
parent | fcb3d81752c7aa4b6adf373755724a3f0fcfb8cb (diff) |
fix element in notice form
darcs-hash:20080520201738-84dde-8f2591a10e1a917c869c1f50eef28de7cf4b66c2.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index ece002812..99a914a3a 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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'); } |