From b80de23dddee5dcfa056047e7efa0bec9571f4e4 Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Thu, 19 Sep 2024 07:09:30 +0200 Subject: [PATCH] Docs: minor improvements --- docs/modules/ROOT/pages/advanced.adoc | 6 +++--- docs/modules/ROOT/pages/index.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/advanced.adoc b/docs/modules/ROOT/pages/advanced.adoc index 2518ef0a..d54caf25 100644 --- a/docs/modules/ROOT/pages/advanced.adoc +++ b/docs/modules/ROOT/pages/advanced.adoc @@ -47,7 +47,7 @@ which contains several form elements, which are just tags to make composition ea For example `formElement` is a custom Qute tag (see xref:concepts.adoc#_user_tags[User tags]) for Bootstrap which defines layout for the form element and displays any associated error: [source,html] -.content of the `templates/tags/formElement.html` +.content of the `templates/tags/formElement.html` file ----
@@ -61,7 +61,7 @@ For example `formElement` is a custom Qute tag (see xref:concepts.adoc#_user_tag The `input` user tag is also designed for Bootstrap as an abstraction: [source,html] -.content of the `templates/tags/input.html` +.content of the `templates/tags/input.html` file ----