Formatfixes in Dokumentation
authorMoritz Bunkus <moritz@bunkus.org>
Thu, 30 Dec 2010 15:32:27 +0000 (16:32 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 30 Dec 2010 15:32:27 +0000 (16:32 +0100)
SL/Controller/Base.pm

index 8e7e721..39bc692 100644 (file)
@@ -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:
 
   <a href="[% SELF.url_for(controller => 'Message', action => 'new', recipient_id => 42) %]">create new message</a>
 
-=item redirect_to %url_params
+=item C<redirect_to %url_params>
 
 Redirects the browser to a new URL by outputting a HTTP redirect
 header. The URL is generated by calling L</url_for> with