diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 72b468560..099eaffb4 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1496,7 +1496,7 @@ function _filter_xss_attributes($attr) { } } - // the attribute list ends with a valueless attribute like "selected" + // The attribute list ends with a valueless attribute like "selected". if ($mode == 1) { $attrarr[] = $attrname; } |