mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 13:07:46 +02:00
parent
c745fd8b28
commit
3a57538572
59 changed files with 417 additions and 399 deletions
|
|
@ -41,7 +41,7 @@ class DropdownMenu extends Component
|
|||
]);
|
||||
break;
|
||||
case 'html':
|
||||
$menuItems .= htmlspecialchars_decode($item['content']);
|
||||
$menuItems .= htmlspecialchars_decode((string) $item['content']);
|
||||
break;
|
||||
case 'separator':
|
||||
$menuItems .= '<hr class="my-2 border border-subtle">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue