diff options
| -rw-r--r-- | skins/larry/templates/compose.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index 40460e134..806939a42 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -93,7 +93,7 @@  			<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>  		</td> -		<td colspan="2" class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="1" tabindex="4" /></td> +		<td class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="1" tabindex="4" /></td>  	</tr><tr id="compose-replyto">  		<td class="title top">  			<label for="_replyto"><roundcube:label name="replyto" /></label> | 
