diff --git a/docs/modules/ROOT/pages/advanced.adoc b/docs/modules/ROOT/pages/advanced.adoc index 2518ef0..d54caf2 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 ----