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
|
|
@ -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