another doc fix, missing semicolons in macro doc
This commit is contained in:
parent
43240215c9
commit
ca272c35a5
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ our $I18N = {
|
|||
|
||||
'printable body' => {
|
||||
message => q|
|
||||
<p><b>^r(<i>link text</i>)</b><br />
|
||||
<b>^r("",<i>custom style name</i>)</b><br />
|
||||
<b>^r("",<i>custom style id</i>,<i>custom template URL</i>)</b><br />
|
||||
<p><b>^r(<i>link text</i>);</b><br />
|
||||
<b>^r("",<i>custom style name</i>);/b><br />
|
||||
<b>^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' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue