mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 01:03:41 +08:00
Remove extra semicolon
This commit is contained in:
@ -66,7 +66,7 @@ function addLocalDate(buffer, matches, state) {
|
|||||||
token.attrs.push(["data-email-preview", emailPreview]);
|
token.attrs.push(["data-email-preview", emailPreview]);
|
||||||
|
|
||||||
token = new state.Token("text", "", 0);
|
token = new state.Token("text", "", 0);
|
||||||
token.content = dateTime.utc().format(config.format);;
|
token.content = dateTime.utc().format(config.format);
|
||||||
buffer.push(token);
|
buffer.push(token);
|
||||||
|
|
||||||
token = new state.Token("span_close", "span", -1);
|
token = new state.Token("span_close", "span", -1);
|
||||||
|
Reference in New Issue
Block a user