Skip to content

Commit cb667fa

Browse files
authored
Update README.md
1 parent d5360cd commit cb667fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Temporarily you need to modify a glpi file
1111

1212
Add
1313

14-
{{ call_plugin_hook(constant('Glpi\\Plugin\\Hooks::POST_ITEM_FORM'), {'item': item, 'options': params}) }}
14+
`{{ call_plugin_hook(constant('Glpi\\Plugin\\Hooks::POST_ITEM_FORM'), {'item': item, 'options': params}) }}`
1515

1616
Juste before
1717

18-
{% endblock %}
18+
`{% endblock %}`
1919

2020
at the end of the glpi file : \templates\components\itilobject\itilsatisfaction.html.twig
2121

0 commit comments

Comments
 (0)