diff options
| author | Aleksander Machniak <alec@alec.pl> | 2013-09-01 13:56:45 +0200 | 
|---|---|---|
| committer | Aleksander Machniak <alec@alec.pl> | 2013-09-01 13:56:45 +0200 | 
| commit | 8edaa157954f0fa41d24dc16c197b82be8df068f (patch) | |
| tree | e86f965cea06c98a554b259ff4c69dfc16e87cb8 | |
| parent | 471628e9ab6d6414712ee1c2e91ba958295d70e2 (diff) | |
Remove redundant colspan=2
| -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> | 
