From: Sven Schöling Date: Thu, 13 Oct 2011 09:57:20 +0000 (+0200) Subject: pod syntax X-Git-Tag: release-2.7.0beta1~227 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3bcaeb2ead8ca78e3c2664a4c17be7c380e9f290;p=kivitendo-erp.git pod syntax --- diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index 42bf6bd6e..198f16e0f 100644 --- 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, the input is taked as a reference.