diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:25:00 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 16:25:00 -0400 |
commit | 51908f59cea52894c62c070361eab62d6a782f42 (patch) | |
tree | 11fc888cb73bba2847cf17b366af9b88220cce37 /lib | |
parent | 6d7a9009460d9948e93ee019ee4caa76f7187022 (diff) |
smaller textbox
darcs-hash:20080520202500-84dde-a4bb2b7c64122805a73c157f34acc8849e2421d2.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 99a914a3a..e8d0d53c9 100644 --- a/lib/util.php +++ b/lib/util.php @@ -385,12 +385,12 @@ function common_notice_form() { common_element('textarea', array('rows' => 3, 'cols' => 40, 'name' => 'content', 'id' => 'content', - 'class' => 'width75'), + 'class' => 'width50'), ' '); common_element_end('p'); common_submit('submit', _t('Send')); common_element_end('form'); - } +} // XXX: set up gettext |