From 6d7a9009460d9948e93ee019ee4caa76f7187022 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 16:17:38 -0400 Subject: fix element in notice form darcs-hash:20080520201738-84dde-8f2591a10e1a917c869c1f50eef28de7cf4b66c2.gz --- lib/util.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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'); } -- cgit v1.2.3-54-g00ecf