Switch tag of expanded like list to paragraph
This commit is contained in:
parent
c8a7c95279
commit
642f9409a7
3 changed files with 12 additions and 2 deletions
|
@ -1082,10 +1082,9 @@ function format_like($cnt, array $arr, $type, $id) {
|
|||
break;
|
||||
}
|
||||
|
||||
$expanded .= "\t" . '<div class="wall-item-' . $type . '-expanded" id="' . $type . 'list-' . $id . '" style="display: none;" >' . $explikers . EOL . '</div>';
|
||||
$expanded .= "\t" . '<p class="wall-item-' . $type . '-expanded" id="' . $type . 'list-' . $id . '" style="display: none;" >' . $explikers . EOL . '</p>';
|
||||
}
|
||||
|
||||
$phrase .= EOL;
|
||||
$o .= Renderer::replaceMacros(Renderer::getMarkupTemplate('voting_fakelink.tpl'), [
|
||||
'$phrase' => $phrase,
|
||||
'$type' => $type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue