another doc fix, missing semicolons in macro doc

This commit is contained in:
Colin Kuskie 2006-08-11 15:29:04 +00:00
parent 43240215c9
commit ca272c35a5
2 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,7 @@
- Added a cookieTTL parameter to the config file which lets you set an optional expiration time of the webgui session cookie
- RFE: By default, search results need to match ALL keywords (Len Kranendonk / www.ilance.nl)
- fix: adding in groupdelete macro
- fix: semicolons missing
7.0.5
- Added a --skipDelete option to upgrade.pl

View file

@ -24,9 +24,9 @@ our $I18N = {
'printable body' => {
message => q|
<p><b>&#94;r(<i>link text</i>)</b><br />
<b>&#94;r("",<i>custom style name</i>)</b><br />
<b>&#94;r("",<i>custom style id</i>,<i>custom template URL</i>)</b><br />
<p><b>&#94;r(<i>link text</i>);</b><br />
<b>&#94;r("",<i>custom style name</i>);/b><br />
<b>&#94;r("",<i>custom style id</i>,<i>custom template URL</i>);/b><br />
Creates a link to alter the style from a page to make it printable.
</p>
@ -42,7 +42,7 @@ Creates a link to alter the style from a page to make it printable.
</p>
|,
lastUpdated => 1149217505,
lastUpdated => 1155309743,
},
'53' => {