- Patch #1280718 by theborg: white space in forum code.

merge-requests/26/head
Dries Buytaert 2011-09-16 15:02:59 -04:00
parent 2b2de077e3
commit 34922edd97
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function forum_form_forum($form, &$form_state, $edit = array()) {
$form['vid'] = array('#type' => 'hidden', '#value' => variable_get('forum_nav_vocabulary', ''));
$form['actions'] = array('#type' => 'actions');
$form['actions']['submit' ] = array('#type' => 'submit', '#value' => t('Save'));
$form['actions']['submit'] = array('#type' => 'submit', '#value' => t('Save'));
if ($edit['tid']) {
$form['actions']['delete'] = array('#type' => 'submit', '#value' => t('Delete'));
$form['tid'] = array('#type' => 'hidden', '#value' => $edit['tid']);