summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-09-19 16:04:04 +0000
committeralecpl <alec@alec.pl>2008-09-19 16:04:04 +0000
commit50b59a186ca56f2566a6134571bcb7b73fbcb806 (patch)
treea0e97bc872749757a817e36e81122e3fc20b2812
parent8e1d4af2e5aa7d1b43ba3cf64f66c9bc23bd14cf (diff)
- added missing close tag
-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 7f1e1d604..325f9341b 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -157,7 +157,7 @@ function rcmail_prev_sibling(elm)
<div id="compose-attachments">
<div id="attachment-title"><roundcube:label name="attachments" /></div>
<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/remove-attachment.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><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>
</form>