From 3bcaeb2ead8ca78e3c2664a4c17be7c380e9f290 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 13 Oct 2011 11:57:20 +0200 Subject: [PATCH] pod syntax --- SL/Controller/Base.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1