Skip to content

Commit bb37a03

Browse files
author
Josh Walker
committed
Missing close p tag
1 parent 9d15bee commit bb37a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function kalatheme_form_system_theme_settings_alter(&$form, &$form_state) {
120120
'#field_has_data' => FALSE,
121121
'#field' => $field,
122122
'#field_type' => $field['type'],
123-
'#description' => '<p>' . t('The possible values this field can contain. Enter one value per line, in the format key|label.'),
123+
'#description' => '<p>' . t('The possible values this field can contain. Enter one value per line, in the format key|label.') . '</p>',
124124
);
125125

126126
// Prepare the form with kalatheme things

0 commit comments

Comments
 (0)