diff options
author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-05-02 09:07:15 +0000 |
---|---|---|
committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-05-02 09:07:15 +0000 |
commit | 26cbc10b5e0305409f0c564991178bc6dd91ca34 (patch) | |
tree | 55fbf095f2ff560093027ee4cb1532de03164cd7 | |
parent | fcd0c30315f6201d309dadb4296e1c63744944a6 (diff) |
- Fix typo
git-svn-id: https://svn.roundcube.net/trunk@6136 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r-- | roundcubemail/skins/larry/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/larry/templates/compose.html b/roundcubemail/skins/larry/templates/compose.html index a2263dae4..a71e82043 100644 --- a/roundcubemail/skins/larry/templates/compose.html +++ b/roundcubemail/skins/larry/templates/compose.html @@ -77,7 +77,7 @@ </tr><tr id="compose-bcc"> <td class="title top"> <label for="_bcc"><roundcube:label name="bcc" /></label> - <a href="#bcc" onclick="return UI.hide_header_row('bcc');" class="iconbutton cancel"title="<roundcube:label name='delete' />" />x</a> + <a href="#bcc" onclick="return UI.hide_header_row('bcc');" class="iconbutton cancel" title="<roundcube:label name='delete' />" />x</a> </td> <td colspan="2" class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="1" tabindex="4" /></td> </tr><tr id="compose-replyto"> |