summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 0a97cbcc4..be90b15b4 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3693,7 +3693,7 @@
$rv .= "<hr clear='both'/>";
}
- $rv .= "<select onchange=\"openSelectedAttachment(this)\">".
+ $rv .= "<select class=\"attachments\" onchange=\"openSelectedAttachment(this)\">".
"<option value=''>" . __('Attachments')."</option>";
foreach ($entries as $entry) {