diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-08-06 19:23:36 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-08-06 19:23:36 +0200 |
commit | df618da530cccfcf5829abe009df875f57cbf8ec (patch) | |
tree | 16acf44e2bce4d836e8ead9c91569a17c7314ef4 | |
parent | 0822c46ad6ea6410c5e0ae748b4b525039704735 (diff) |
Update compose.html
Deleted / in wrong line
-rw-r--r-- | skins/larry/templates/compose.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 054e8b48a..40460e134 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -77,7 +77,7 @@ <td class="title"><label for="_from"><roundcube:label name="from" /></label></td> <td class="editfield"> <roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" /> - <a href="#identities" onclick="return rcmail.command('identities')" class="iconlink edit"><roundcube:label name="editidents"></a> + <a href="#identities" onclick="return rcmail.command('identities')" class="iconlink edit"><roundcube:label name="editidents" /></a> </td> </tr><tr> <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td> @@ -103,7 +103,7 @@ </tr><tr id="compose-followupto"> <td class="title top"> <label for="_followupto"><roundcube:label name="followupto" /></label> - <a href="#followupto" onclick="return UI.hide_header_row('followupto');" class="iconbutton cancel" title="<roundcube:label name='delete' />" />x</a> + <a href="#followupto" onclick="return UI.hide_header_row('followupto');" class="iconbutton cancel" title="<roundcube:label name='delete' />">x</a> </td> <td class="editfield"><roundcube:object name="composeHeaders" part="followupto" form="form" id="_followupto" size="70" tabindex="7" /></td> </tr><tr> |