From b89137f814fb873ddc98c765b7a0ef17bed83ce1 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 30 Dec 2010 16:32:27 +0100 Subject: [PATCH] Formatfixes in Dokumentation --- SL/Controller/Base.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index 8e7e721dd..39bc692e7 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -299,7 +299,7 @@ interpreted as the name of a template file. It is prefixed with "templates/webpages/" and postfixed with ".html". An exception will be thrown if that file does not exist. -If C<< $options->{partial} >> or C<< $options->{inline} }} is trueish +If C<< $options->{partial} >> or C<< $options->{inline} >> is trueish then C<< $::form->header >> will not be called. Otherwise C<< $::form->{header} >> will be set to C<$locals{header}> (only if $locals{header} is trueish) and C<< $::form->header >> will be called @@ -361,7 +361,7 @@ Usage from a template might look like this: create new message -=item redirect_to %url_params +=item C Redirects the browser to a new URL by outputting a HTTP redirect header. The URL is generated by calling L with -- 2.20.1