fix some HTML violations in frio
This commit is contained in:
parent
704aef67fb
commit
f2d51737eb
45 changed files with 221 additions and 218 deletions
|
@ -800,6 +800,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false) {
|
|||
$tmp_item = array(
|
||||
'template' => $tpl,
|
||||
'id' => (($preview) ? 'P0' : $item['item_id']),
|
||||
'guid' => (($preview) ? 'Q0' : $item['guid']),
|
||||
'network' => $item['item_network'],
|
||||
'network_name' => network_to_name($item['item_network'], $profile_link),
|
||||
'linktitle' => sprintf( t('View %s\'s profile @ %s'), $profile_name, ((strlen($item['author-link'])) ? $item['author-link'] : $item['url'])),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue