<we:description>
Since version: - | Requires endtag: yes
Description
This tag is used to generate a default meta tag containing a generic description. The content is replaced by input into the "description" property of a webEdition document.
Specific
No other we:tags or php code may be used between the start and end tags of <we:description>.
Attributes
htmlspecialchars
Default value: false | since version: - | required: no
Using htmlspecialchars="true" will change all special chars into HTML entities ("&" is transformed to "&"). If htmspecialchars is "false" or not set, all special chars remain unchanged.
Allowed values:
- true
- false
cachelifetime
Default value: 0 | since version: 4.2.0.0 | required: no
With this attribute you define the validity of the Cache in seconds for this we:Tag. This attribute is used only if cache type defined in the template is we:Tag Cache or Cache is disabled.
xml
Default value: - | since version: - | required: no
Setting this attribute to "true" generates code conforming to the XHTML standard. Leaving it unset or setting it to "false" generates HTML code.
Allowed values:
- true
- false
Syntax
<we:description [htmlspecialchars="true|false"] [cachelifetime="attribute"] [xml="true|false"]> ... </we:description>
Examples
Example
<we:description xml="true">Description for Page</we:description>