mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[ticket/16237] Fix icon test
PHPBB3-16237
This commit is contained in:
@@ -164,7 +164,8 @@ class icon extends \Twig\Extension\AbstractExtension
|
|||||||
'CLASSES' => (string) $classes,
|
'CLASSES' => (string) $classes,
|
||||||
'ICON' => (string) $icon,
|
'ICON' => (string) $icon,
|
||||||
'SOURCE' => (string) $source,
|
'SOURCE' => (string) $source,
|
||||||
'TITLE' => (string) $title && $type === 'svg' ? unique_id() : '',
|
'TITLE' => (string) $title,
|
||||||
|
'TITLE_ID' => $title && $type === 'svg' ? unique_id() : '',
|
||||||
'VIEW_BOX' => (string) $view_box,
|
'VIEW_BOX' => (string) $view_box,
|
||||||
'S_HIDDEN' => (bool) $hidden,
|
'S_HIDDEN' => (bool) $hidden,
|
||||||
]);
|
]);
|
||||||
|
Reference in New Issue
Block a user