summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/safeHTML.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/safeHTML.md')
-rw-r--r--docs/content/en/functions/safeHTML.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/safeHTML.md b/docs/content/en/functions/safeHTML.md
index 3d5197a4f..5a0aa1e05 100644
--- a/docs/content/en/functions/safeHTML.md
+++ b/docs/content/en/functions/safeHTML.md
@@ -27,7 +27,7 @@ copyright = "© 2015 Jane Doe. <a href=\"https://creativecommons.org/licenses/b
`{{ .Site.Copyright | safeHTML }}` in a template would then output:
-```
+```html
© 2015 Jane Doe. <a href="https://creativecommons.org/licenses/by/4.0/">Some rights reserved</a>.
```