mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-04 20:30:37 +00:00
Add space next to comment collapse marker
This commit is contained in:
parent
fdf60e7255
commit
151490faf0
2 changed files with 9 additions and 7 deletions
|
@ -258,7 +258,7 @@ pub fn time(created: f64) -> (String, String) {
|
|||
format!("{}m ago", time_delta.whole_minutes())
|
||||
};
|
||||
|
||||
(rel_time, time.format("%b %d %Y %H:%M UTC"))
|
||||
(rel_time, time.format("%b %d %Y, %H:%M UTC"))
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue