summaryrefslogtreecommitdiff
path: root/skins/default/templates/compose.html
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-06-15 18:43:20 +0000
committeralecpl <alec@alec.pl>2009-06-15 18:43:20 +0000
commit21d6827c700b2d016d12aa9c39f90e1a700f021b (patch)
tree01e0ef178be7b907a61329fb650d35c9cffbf33b /skins/default/templates/compose.html
parent3a2b270c9d1f531c2e2d1c422a4756afd639ef47 (diff)
- fix delete icon on attachment list (#1485921)
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r--skins/default/templates/compose.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 3225b2895..0e122edeb 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -93,7 +93,7 @@
<div id="compose-attachments">
<div id="attachment-title"><roundcube:label name="attachments" /></div>
-<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png"/ >
+<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png" />
<p><roundcube:button command="add-attachment" imagePas="/images/buttons/add_pas.png" imageSel="/images/buttons/add_sel.png" imageAct="/images/buttons/add_act.png" width="23" height="18" title="addattachment" /></p>
</div>