Index: Asset_Article.pm =================================================================== --- Asset_Article.pm (revision 3508) +++ Asset_Article.pm (working copy) @@ -115,7 +115,7 @@ 'new.template' => { message => q|Articles have the special ability to change their template so that you can allow users to see different views of the article. You do this by creating a link with a URL like this (replace 999 with the template Id you wish to use): -

+

<a href="<tmpl_var new.template>999">Read more...</a>|, lastUpdated => 1148960553, Index: Asset_Navigation.pm =================================================================== --- Asset_Navigation.pm (revision 3508) +++ Asset_Navigation.pm (working copy) @@ -453,8 +453,8 @@ 'page.depthIsN' => { message => q|A conditional indicating whether the depth of this page is N. This variable is useful if you want to style a certain level. -

-

<tmpl_if page.depthIs1>
+
+
<tmpl_if page.depthIs1>
   <img src="level1.gif">
<tmpl_else>
   <img src="defaultBullet.gif">
</tmpl_if>|, lastUpdated => 1149394665, }, Index: Asset_SQLForm.pm =================================================================== --- Asset_SQLForm.pm (revision 3508) +++ Asset_SQLForm.pm (working copy) @@ -1202,8 +1202,8 @@ 'searchFormTrash.label' => { message => q|The label for the search in trash option. Available in normal and advanced search. Only use this if you are -not using the complete searchForm.

-

searchFormTrash.form
+not using the complete searchForm.
+
searchFormTrash.form
The form Element for the search in trash option. Available in normal and advanced search. Only use this if you are not using the complete searchForm.|, lastUpdated => 1149822982, @@ -1223,8 +1223,8 @@ 'searchFormQuery.label' => { message => q|The label for the search query. Available in normal search. Only use this if you are -not using the complete searchForm.

-

searchFormQuery.form
+not using the complete searchForm.
+
searchFormQuery.form
The form Element for the search query. Available in normal search. Only use this if you are not using the complete searchForm.|, lastUpdated => 1149822982, Index: WebGUI.pm =================================================================== --- WebGUI.pm (revision 3508) +++ WebGUI.pm (working copy) @@ -924,12 +924,12 @@ 'head.tags' => { message => q|Tags that WebGUI automatically generates for you so that caching works the way it should, search engines can find you better, and other useful automated functionality. This should go in the <head> </head> section of your style. -

-

We suggest using something like this in the <title> </title> portion of your style: -

-

<tmpl_var session.page.title> - <tmpl_var session.setting.companyName> -

-

That particular example will help you get good ranking on search engines.|, +
+
We suggest using something like this in the <title> </title> portion of your style: +
+
<tmpl_var session.page.title> - <tmpl_var session.setting.companyName> +
+
That particular example will help you get good ranking on search engines.|, lastUpdated => 1149182155, }, Index: Workflow_Activity_ExpireSubscriptionCodes.pm =================================================================== --- Workflow_Activity_ExpireSubscriptionCodes.pm (revision 3508) +++ Workflow_Activity_ExpireSubscriptionCodes.pm (working copy) @@ -8,9 +8,7 @@ }, 'expire subscription codes body' => { - message => q|

This workflow activity will go through all subscription codes and expire any subscription code whose status is unused after the expiration date for the subscription code has passed. The expiration date is calculated from the date it was created and interval it was set to expire.

-

-|, + message => q|

This workflow activity will go through all subscription codes and expire any subscription code whose status is unused after the expiration date for the subscription code has passed. The expiration date is calculated from the date it was created and interval it was set to expire.

|, lastUpdated => 0, },