From 50b59a186ca56f2566a6134571bcb7b73fbcb806 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 19 Sep 2008 12:04:04 -0400 Subject: [PATCH] - added missing close tag --- skins/default/templates/compose.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 7f1e1d6..325f934 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -157,7 +157,7 @@ <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> -- Gitblit v1.9.1