mirror of https://github.com/zulip/zulip.git
global_times: Correct malformed closing tags in overlay.
This commit is contained in:
parent
06ba9710a7
commit
27bf68637b
|
@ -160,7 +160,7 @@ def zulip():
|
|||
{
|
||||
markdown: "<time:2023-05-28T13:30:00+05:30>",
|
||||
output_html:
|
||||
'<p><time datetime="2023-05-28T08:00:00Z"><span class="timestamp-content-wrapper"><i class="zulip-icon zulip-icon-clock markdown-timestamp-icon"></i>Sun, May 28, 2023, 1:30 PM</time></span></p>',
|
||||
'<p><time datetime="2023-05-28T08:00:00Z"><span class="timestamp-content-wrapper"><i class="zulip-icon zulip-icon-clock markdown-timestamp-icon"></i>Sun, May 28, 2023, 1:30 PM</span></time></p>',
|
||||
},
|
||||
{
|
||||
markdown: `/poll What did you drink this morning?
|
||||
|
|
Loading…
Reference in New Issue