Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez committed Nov 21, 2024
1 parent 0942306 commit f65e8a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/book/v2/helpers/head-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ whether or not to autoescape values used in meta tags:

- `setAutoEscape(bool $autoEscape = true)` (enabled by default)

<!-- markdownlint-disable-next-line header-increment -->
<!-- markdownlint-disable-next-line heading-increment -->
> ### AutoEscape
>
> **Disable this flag at your own risk.** The one documented case where it is
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v2/helpers/inline-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ code. The `InlineScript` helper allows you to manage both. It is derived from
[HeadScript](head-script.md), and any method of that helper is available;
replace the usage of `headScript()` in those examples with `inlineScript()`.

<!-- markdownlint-disable-next-line header-increment -->
<!-- markdownlint-disable-next-line heading-increment -->
> ### Use InlineScript for HTML body scripts
>
> `InlineScript` should be used when you wish to include scripts inline in the
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v2/helpers/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ used to retrieve that instance. `Laminas\View\Renderer\PhpRenderer` composes a
*plugin manager*, allowing you to retrieve helpers, and also provides some
method overloading capabilities that allow proxying method calls to helpers.

<!-- markdownlint-disable-next-line header-increment -->
<!-- markdownlint-disable-next-line heading-increment -->
> ### Callable Helpers
>
> Starting in version 2.7.0, if your helper does not need access to the view,
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v2/helpers/partial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ you do not need to worry about variable name clashes.
A sibling to the `Partial`, the `PartialLoop` view helper allows you to pass
iterable data, and render a partial for each item.

<!-- markdownlint-disable-next-line header-increment -->
<!-- markdownlint-disable-next-line heading-increment -->
> ### PartialLoop Counter
>
> The `PartialLoop` view helper gives access to the current position of the
Expand Down

0 comments on commit f65e8a8

Please sign in to comment.