mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove extra semicolon
This commit is contained in:
parent
c877058a24
commit
e8e5276f30
@ -66,7 +66,7 @@ function addLocalDate(buffer, matches, state) {
|
||||
token.attrs.push(["data-email-preview", emailPreview]);
|
||||
|
||||
token = new state.Token("text", "", 0);
|
||||
token.content = dateTime.utc().format(config.format);;
|
||||
token.content = dateTime.utc().format(config.format);
|
||||
buffer.push(token);
|
||||
|
||||
token = new state.Token("span_close", "span", -1);
|
||||
|
Loading…
Reference in New Issue
Block a user