Removed /x from ErrorHandler HTML reformatting since it doesn't use embedded whitespace or comments.
Fixed a typo in the Macro_r_printable where an ending bold tag was dropped. Add some POD to Asset.pm talking about variables that are added when processTemplate is called. More ISA work in the Help system.
This commit is contained in:
parent
850abf9b6d
commit
0db2156374
6 changed files with 29 additions and 19 deletions
|
|
@ -25,8 +25,8 @@ 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 />
|
||||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue