diff options
author | alecpl <alec@alec.pl> | 2009-05-29 09:12:10 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-29 09:12:10 +0000 |
commit | 2ff8af15a46503d8eef80b9c62134e25229d0671 (patch) | |
tree | 0abf6ce25e6a1c8b0df9d00e1fdd9fb1e2857498 /skins/default | |
parent | adc0bf01f55ac84cfad47f1530f6e3e0319b58fe (diff) |
- Fixed problem with double quote at the end of folder name (#1485884)
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/messagepreview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/messagepreview.html b/skins/default/templates/messagepreview.html index 69ed4cf57..148bbe5ee 100644 --- a/skins/default/templates/messagepreview.html +++ b/skins/default/templates/messagepreview.html @@ -7,7 +7,7 @@ <body class="iframe"> <div class="messageheaderbox"> -<roundcube:button command="permaurl" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="messageviewlink" target="_blank" /> +<roundcube:button command="open" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="messageviewlink" target="_blank" /> <roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" /> <roundcube:object name="messageAttachments" id="attachment-list" /> </div> |