Skip to content
Snippets Groups Projects
Commit ee599504 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[web] Fix include tag file attribute.

parent 0832cdb5
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ Two methods allow you to modularize your project files and avoid repetition:
## Option 1: Include XML-content from other files
The `<include filename="other_file.xml" />`-tag allows to include the content of another XML into the current project file.
The `<include file="other_file.xml" />`-tag allows to include the content of another XML into the current project file.
**Limitation:** Only one child `include`-element per (regular) XML-element is allowed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment