Skip to content

Commit d829f99

Browse files
committed
Formatting
1 parent e7dea09 commit d829f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/templating/twig_function_reference/icon_twig_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ month_change: false
1717

1818
```html+twig
1919
<svg class="ibexa-icon ibexa-icon--medium ibexa-icon--light">
20-
<use xlink:href="{{ ibexa_icon_path(`edit`, 'my_icons') }}"></use>
20+
<use xlink:href="{{ ibexa_icon_path('edit', 'my_icons') }}"></use>
2121
</svg>
2222
```
2323

0 commit comments

Comments
 (0)