mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
add_new_bot_form: Fix invalid <div> inside <p>.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
287681d331
commit
3075d51a24
@@ -67,8 +67,6 @@
|
||||
<button class="button white rounded small button-danger" style="display: none;" id="bot_avatar_clear_button">{{t "Clear avatar" }}</button>
|
||||
<button class="button white rounded" id="bot_avatar_upload_button">{{t "Choose avatar" }}</button> ({{t "Optional" }})
|
||||
</div>
|
||||
<p>
|
||||
<div id="bot_avatar_file_input_error" class="text-error"></div>
|
||||
</p>
|
||||
<p id="bot_avatar_file_input_error" class="text-error"></p>
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user