summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/parser.rst
diff options
context:
space:
mode:
authorFrancisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>2020-01-25 16:59:09 +0100
committerFrancisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>2020-01-25 16:59:09 +0100
commit743f8256a0987922e8c9a1888b3f5e06bc2cf3bf (patch)
tree81bcd3ca2a3dbd538c1e21a256ed24de74484bcc /user_guide_src/source/libraries/parser.rst
parent2a80014590526ceaca427d9f9c1f5260b7b0de13 (diff)
inserted required attribute in html tags in documentation
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
Diffstat (limited to 'user_guide_src/source/libraries/parser.rst')
-rw-r--r--user_guide_src/source/libraries/parser.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/libraries/parser.rst b/user_guide_src/source/libraries/parser.rst
index 6c9d28959..c88681c04 100644
--- a/user_guide_src/source/libraries/parser.rst
+++ b/user_guide_src/source/libraries/parser.rst
@@ -9,7 +9,7 @@ It can parse simple variables or variable tag pairs.
If you've never used a template engine,
pseudo-variable names are enclosed in braces, like this::
- <html>
+ <html lang="en">
<head>
<title>{blog_title}</title>
</head>
@@ -95,7 +95,7 @@ you would like an entire block of variables to be repeated, with each
iteration containing new values? Consider the template example we showed
at the top of the page::
- <html>
+ <html lang="en">
<head>
<title>{blog_title}</title>
</head>
@@ -306,4 +306,4 @@ Class Reference
:rtype: void
Sets the delimiters (opening and closing) for a
- pseudo-variable "tag" in a template. \ No newline at end of file
+ pseudo-variable "tag" in a template.