Rev 3591 | Rev 4429 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3591 | Rev 3655 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | !if $option=$empty |
23 | !if $option=$empty |
24 | !set option=FONTSIZE, '12pt', ABOVE, 'true' |
24 | !set option=FONTSIZE, '12pt', ABOVE, 'true' |
25 | !endif |
25 | !endif |
26 | !if $parm1 != $empty |
26 | !if $parm1 != $empty |
27 | !set text=!replace internal ' by \' in $text |
27 | !set text=!replace internal ' by \' in $text |
- | 28 | !set text=!replace internal " by in $text |
|
28 | !! !set text=!replace internal " by &#quot; in $text |
29 | !! !set text=!replace internal " by &#quot; in $text |
29 | !! !set text=!replace internal < by &#lt; in $text |
30 | !! !set text=!replace internal < by &#lt; in $text |
30 | !! !set text=!replace internal > by &#gt; in $text |
31 | !! !set text=!replace internal > by &#gt; in $text |
31 | !set text=!replace internal $\ |
32 | !set text=!replace internal $\ |
32 | $ by $ in $text |
33 | $ by $ in $text |