diff --git a/docs/administration/mail-templates.md b/docs/administration/mail-templates.md index bf638980..53a5eb86 100644 --- a/docs/administration/mail-templates.md +++ b/docs/administration/mail-templates.md @@ -257,7 +257,6 @@ the messages. Here's a list of some of them: | `AppDomain` | - | Any | Gitea's host name | | `EllipsisString` | string, int | Any | Truncates a string to the specified length; adds ellipsis as needed | | `SanitizeHTML` | string | Body only | Sanitizes text by removing any dangerous HTML tags from it | -| `SafeHTML` | string | Body only | Takes the input as HTML, can be used for outputing raw HTML content | These are _functions_, not metadata, so they have to be used: diff --git a/versioned_docs/version-1.25/administration/mail-templates.md b/versioned_docs/version-1.25/administration/mail-templates.md index bf638980..53a5eb86 100644 --- a/versioned_docs/version-1.25/administration/mail-templates.md +++ b/versioned_docs/version-1.25/administration/mail-templates.md @@ -257,7 +257,6 @@ the messages. Here's a list of some of them: | `AppDomain` | - | Any | Gitea's host name | | `EllipsisString` | string, int | Any | Truncates a string to the specified length; adds ellipsis as needed | | `SanitizeHTML` | string | Body only | Sanitizes text by removing any dangerous HTML tags from it | -| `SafeHTML` | string | Body only | Takes the input as HTML, can be used for outputing raw HTML content | These are _functions_, not metadata, so they have to be used: