mirror of https://github.com/zulip/zulip.git
Fix indentation in compose.html.
This commit is contained in:
parent
d424813687
commit
0b7788be6b
|
@ -86,7 +86,6 @@
|
|||
<input type="submit" value="Send" id="compose-send-button" class="btn btn-primary send_message" tabindex="150"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -239,7 +239,6 @@ def check_html_templates(templates, modified_only):
|
|||
'templates/zerver/api.html',
|
||||
'templates/zerver/api_endpoints.html',
|
||||
'templates/zerver/apps.html',
|
||||
'templates/zerver/compose.html',
|
||||
'templates/zerver/create_realm.html',
|
||||
'templates/zerver/emails/followup/day1.html',
|
||||
'templates/zerver/emails/followup/day2.html',
|
||||
|
|
Loading…
Reference in New Issue