projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
804e16d
)
Presenter: Dokumentationsbeispiel berichtigt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 29 Jan 2013 12:57:26 +0000
(13:57 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 1 Feb 2013 12:36:53 +0000
(13:36 +0100)
SL/Presenter.pm
patch
|
blob
|
history
diff --git
a/SL/Presenter.pm
b/SL/Presenter.pm
index
eeeb43f
..
ec36c3b
100644
(file)
--- a/
SL/Presenter.pm
+++ b/
SL/Presenter.pm
@@
-199,7
+199,7
@@
by the calling function.
my $content = $presenter->render(
'[% USE JavaScript %][% JavaScript.replace_with("#someid", "js/something") %]',
- { type => 'js' }
+ { type => 'js'
, inline => 1
}
);
=item C<escape $text>