From b3335013da4d19ecf3e7ce773d1dcf8d11f687ed Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Fri, 28 Nov 2025 19:24:29 +0000 Subject: [PATCH] Update docs/administration/mail-templates.md (#309) Reviewed-on: https://gitea.com/gitea/docs/pulls/309 Reviewed-by: Lunny Xiao Co-authored-by: wxiaoguang Co-committed-by: wxiaoguang --- docs/administration/mail-templates.md | 1 - versioned_docs/version-1.25/administration/mail-templates.md | 1 - 2 files changed, 2 deletions(-) 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: