Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit a4c689a

Browse files
authored
Removed unneeded brackets
1 parent 1989bb2 commit a4c689a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/frontend-dev-guide/layouts/layout-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Page layout declares the wireframe of a page inside the `<body>` section, for ex
2424

2525
Allowed layout instructions:
2626

27-
* [`<head>`]
28-
* [`<body>`]
27+
* `<head>`
28+
* `<body>`
2929
* [`<container>`]({{ page.baseurl }}/frontend-dev-guide/layouts/xml-instructions.html#fedg_layout_xml-instruc_ex_cont)
3030
* [`<referenceContainer>`]({{ page.baseurl }}/frontend-dev-guide/layouts/xml-instructions.html#fedg_layout_xml-instruc_ex_ref)
3131
* [`<move>`]({{ page.baseurl }}/frontend-dev-guide/layouts/xml-instructions.html#fedg_layout_xml-instruc_ex_mv)

0 commit comments

Comments
 (0)