Revision 30c8e51b
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/Presenter.pm | ||
---|---|---|
199 | 199 |
|
200 | 200 |
my $content = $presenter->render( |
201 | 201 |
'[% USE JavaScript %][% JavaScript.replace_with("#someid", "js/something") %]', |
202 |
{ type => 'js' } |
|
202 |
{ type => 'js', inline => 1 }
|
|
203 | 203 |
); |
204 | 204 |
|
205 | 205 |
=item C<escape $text> |
Auch abrufbar als: Unified diff
Presenter: Dokumentationsbeispiel berichtigt