=head1 FRAGMENTS
-Layouts can use the C<=for layout $fragmet> POD syntax to define fragments and use them
+Layouts can use the C<=for layout $fragment> POD syntax to define fragments and use them
like usual L<Template> variables.
But sometimes it is desirable to have a fragment that invokes Perl code in the widget
# Create a new ViewPort:
# $stack isa Reaction::UI::FocusStack object
- my $vp = $stack->push_viewport('Reaction::UI::ViewPort', layout => 'xthml');
+ my $vp = $stack->push_viewport('Reaction::UI::ViewPort', layout => 'xhtml');
# Fetch ViewPort higher up the stack (further out)
my $outer = $vp->outer();