website: fix malformed yaml in a few function pages

This commit is contained in:
Nick Fagerlund 2020-12-02 13:51:29 -08:00
parent b0ce552c90
commit 5cff04b3ab
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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