mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
Move title attribute to <time> tag
- Use correct machine-readable value in datetime attribute
This commit is contained in:
parent
53ca59d9b6
commit
23e1130264
11 changed files with 27 additions and 19 deletions
|
@ -669,6 +669,7 @@ class Conversation
|
|||
'folders' => $folders,
|
||||
'text' => strip_tags($body_html),
|
||||
'localtime' => DateTimeFormat::local($item['created'], 'r'),
|
||||
'utc' => DateTimeFormat::utc($item['created'], 'c'),
|
||||
'ago' => (($item['app']) ? $this->l10n->t('%s from %s', Temporal::getRelativeDate($item['created']), $item['app']) : Temporal::getRelativeDate($item['created'])),
|
||||
'location_html' => $location_html,
|
||||
'indent' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue