- Patch #1280718 by theborg: white space in forum code.
parent
2b2de077e3
commit
34922edd97
|
@ -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']);
|
||||
|
|
Loading…
Reference in New Issue