Index: openacs-4/packages/acs-templating/www/doc/tagref/property.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/property.adp,v diff -u -r1.4.2.2 -r1.4.2.3 --- openacs-4/packages/acs-templating/www/doc/tagref/property.adp 20 May 2020 09:20:35 -0000 1.4.2.2 +++ openacs-4/packages/acs-templating/www/doc/tagref/property.adp 3 Sep 2021 09:16:27 -0000 1.4.2.3 @@ -1,5 +1,5 @@ -{/doc/acs-templating {ACS Templating}} {Templating System Tag Reference: Property} +{/doc/acs-templating/ {ACS Templating}} {Templating System Tag Reference: Property} Templating System Tag Reference: Property

Property

@@ -8,11 +8,11 @@ : Tag Reference : Property

Summary

-

The property tag is used to set named attributes of the -page. The boolean attribute adp can be used to control, whether -the content of the element should be processed by the ADP parser or -not. Properties are most commonly used to pass information to a master -template, such as a title or logo.

+

The property tag is used to set named attributes of +the page. The boolean attribute adp can be used to +control, whether the content of the element should be processed by +the ADP parser or not. Properties are most commonly used to pass +information to a master template, such as a title or logo.

Usage

<master src="master">
 <property name="title">My Home Page</property>