summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 88ebb240a..3dd681033 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1715,7 +1715,7 @@ function theme_username($object) {
}
}
else {
- $output = variable_get('anonymous', t('Anonymous'));
+ $output = check_plain(variable_get('anonymous', t('Anonymous')));
}
return $output;