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:
5643edd
)
pod syntax
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 13 Oct 2011 09:57:20 +0000
(11:57 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 13 Oct 2011 09:57:20 +0000
(11:57 +0200)
SL/Controller/Base.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Base.pm
b/SL/Controller/Base.pm
index
42bf6bd
..
198f16e
100644
(file)
--- a/
SL/Controller/Base.pm
+++ b/
SL/Controller/Base.pm
@@
-329,7
+329,7
@@
containing the template code to interprete. Additionally the output
will not be sent to the browser. Instead it is only returned to the
caller.
-If C<< $options->{raw}>> is trueish, the function will treat the input as
+If C<< $options->{raw}
>> is trueish, the function will treat the input as
already parsed, and will not filter the input through Template. Unlike
C<inline>, the input is taked as a reference.