From 5cff04b3aba26f47f809fea94ea7aef8cc4b4583 Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Wed, 2 Dec 2020 13:51:29 -0800 Subject: [PATCH] website: fix malformed yaml in a few function pages --- website/docs/configuration/functions/textdecodebase64.html.md | 2 +- website/docs/configuration/functions/textencodebase64.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/configuration/functions/textdecodebase64.html.md b/website/docs/configuration/functions/textdecodebase64.html.md index 3214f98ed..428dd5ca6 100644 --- a/website/docs/configuration/functions/textdecodebase64.html.md +++ b/website/docs/configuration/functions/textdecodebase64.html.md @@ -4,7 +4,7 @@ page_title: "textdecodebase64 - Functions - Configuration Language" sidebar_current: "docs-funcs-encoding-textdecodebase64" description: |- The textdecodebase64 function decodes a string that was previously Base64-encoded, -and then interprets the result as characters in a specified character encoding. + and then interprets the result as characters in a specified character encoding. --- # `textdecodebase64` Function diff --git a/website/docs/configuration/functions/textencodebase64.html.md b/website/docs/configuration/functions/textencodebase64.html.md index 5f9023f78..3eec900bf 100644 --- a/website/docs/configuration/functions/textencodebase64.html.md +++ b/website/docs/configuration/functions/textencodebase64.html.md @@ -4,7 +4,7 @@ page_title: "textencodebase64 - Functions - Configuration Language" sidebar_current: "docs-funcs-encoding-textencodebase64" description: |- The textencodebase64 function encodes the unicode characters in a given string using a -specified character encoding, returning the result base64 encoded. + specified character encoding, returning the result base64 encoded. --- # `textencodebase64` Function