Skip to content

Commit 3abe158

Browse files
committed
Tweak lang tag
1 parent 37733b7 commit 3abe158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tags/lang.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: document
33
category: Tags
44
published: true
55
title: Lang
6-
description: Textpattern will replace this tag with the 2-letter code of the language which is set as the site's language preference.
6+
description: Textpattern will replace this tag with the 2-letter code of the language which is set as the website's language.
77
tags:
88
- Language tags
99
- Markup tags
@@ -22,7 +22,7 @@ tags:
2222
<txp:lang />
2323
~~~
2424

25-
The **lang** tag is a *single* tag. Textpattern will replace this tag with the 2-letter code of the language which is set as the site's language preference in the Languages panel, according to [RFC 1766](https://www.ietf.org/rfc/rfc1766.txt).
25+
The **lang** tag is a *single* tag. Textpattern will replace this tag with the 2-letter code of the language which is set as the website's language in the Languages panel, according to [RFC 1766](https://www.ietf.org/rfc/rfc1766.txt).
2626

2727
## Attributes
2828

@@ -43,6 +43,6 @@ This tag has no attributes of its own. It accepts only the {% include atts-globa
4343
</head>
4444
~~~
4545

46-
Why you might do this? When declaring a DTD, namespace and language that a site is served, the `lang` attribute is useful for ensuring translators, search engines and content parsers handle the document in the correct manner.
46+
When declaring a DTD, namespace and language that a site is served, the `lang` attribute is useful for ensuring translators, search engines and content parsers handle the document in the correct manner.
4747

4848
Other tags used: [page_title](/tags/page_title), [text](/tags/text).

0 commit comments

Comments
 (0)