summaryrefslogtreecommitdiff
path: root/modules/node/content_types.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/content_types.inc')
-rw-r--r--modules/node/content_types.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index e3b0dea39..d7f6eb00c 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -169,8 +169,8 @@ function node_type_form(&$form_state, $type = NULL) {
'#type' => 'checkbox',
'#title' => t('Display post information'),
'#default_value' => variable_get('node_submitted_'. $type->type, TRUE),
- '#description' => t('Enable the <em>submitted by Username on date</em> text.'),
- );
+ '#description' => t('Enable the <em>submitted by Username on date</em> text.'),
+ );
$form['old_type'] = array(
'#type' => 'value',
'#value' => $type->type,