Skip to content

Commit e5b4a1b

Browse files
authored
Escape @context blade directive in Teams example (librenms#18438)
1 parent 2ed881c commit e5b4a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Alerting/Templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ The included templates apart from the default template are:
510510

511511
```php
512512
{
513-
"@context": "https://schema.org/extensions",
513+
"@@context": "https://schema.org/extensions",
514514
"@type": "MessageCard",
515515
"title": "{{ $alert->title }}",
516516
@if ($alert->state === 0)

0 commit comments

Comments
 (0)