add space before paren in current time conversion
This commit is contained in:
parent
427da97c09
commit
d9be3107d8
@ -14,7 +14,7 @@ pub fn request(query: &str) -> EngineResponse {
|
|||||||
h3 {
|
h3 {
|
||||||
b { (time.format("%-I:%M %P")) }
|
b { (time.format("%-I:%M %P")) }
|
||||||
span.answer-comment {
|
span.answer-comment {
|
||||||
"(" (time.format("%B %-d")) ")"
|
" (" (time.format("%B %-d")) ")"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user