diff --git a/docs/book/v3/helpers/escape.md b/docs/book/v3/helpers/escape.md index 020e982c..32a1b2b4 100644 --- a/docs/book/v3/helpers/escape.md +++ b/docs/book/v3/helpers/escape.md @@ -14,7 +14,7 @@ More information to the operation and the background of security can be found in the [documentation of laminas-escaper](https://docs.laminas.dev/laminas-escaper/configuration/). - + > ### Installation Requirements > > The escape helpers depends on the laminas-escaper component, so be sure to have diff --git a/docs/book/v3/helpers/head-meta.md b/docs/book/v3/helpers/head-meta.md index a0739768..7c45c29c 100644 --- a/docs/book/v3/helpers/head-meta.md +++ b/docs/book/v3/helpers/head-meta.md @@ -31,7 +31,7 @@ whether or not to autoescape values used in meta tags: - `setAutoEscape(bool $autoEscape = true)` (enabled by default) - + > ### AutoEscape > > **Disable this flag at your own risk.** The one documented case where it is diff --git a/docs/book/v3/helpers/head-script.md b/docs/book/v3/helpers/head-script.md index f257a1b4..ccd84051 100644 --- a/docs/book/v3/helpers/head-script.md +++ b/docs/book/v3/helpers/head-script.md @@ -20,7 +20,7 @@ script to load; this is usually in the form of a URL or a path. For the `*Script()` methods, `$script` is the client-side scripting directives you wish to use in the element. - + > ### Setting Conditional Comments > > `HeadScript` allows you to wrap the script tag in conditional comments, which diff --git a/docs/book/v3/helpers/head-style.md b/docs/book/v3/helpers/head-style.md index f05e1120..80ef101a 100644 --- a/docs/book/v3/helpers/head-style.md +++ b/docs/book/v3/helpers/head-style.md @@ -3,7 +3,7 @@ The HTML `