diff --git a/template.php b/template.php index b70adb54c34767c0006c5baf5b83df376fbd2144..b639b4d98214bf363d469d535f4d83048fd35c64 100644 --- a/template.php +++ b/template.php @@ -181,8 +181,8 @@ function zen_preprocess_html(&$variables, $hook) { zen_add_conditional_styles(); } - $variables['jump_link_target'] = theme_get_setting('zen_jump_link_target'); - $variables['jump_link_text'] = theme_get_setting('zen_jump_link_text'); + $variables['jump_link_target'] = check_plain(theme_get_setting('zen_jump_link_target')); + $variables['jump_link_text'] = check_plain(theme_get_setting('zen_jump_link_text')); // Return early, so the maintenance page does not call any of the code below. if ($hook != 'html') {