Skip to content

Commit

Permalink
POD fixed (thanks Terrence Brannon
Browse files Browse the repository at this point in the history
  • Loading branch information
tomill committed Feb 15, 2010
1 parent 8825672 commit 4874be5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Template/Semantic/Cookbook.pod
Expand Up @@ -91,9 +91,9 @@ If you want to set the value for JavaScript...

=head2 Add attribute

The following example is output with NOT C<< <div class="foo">foo</div> >>
like C<< <div>foo</div> >> because LibXML cannot find C<class> attribute
in C<< <div> >>.
The following example is NOT output as C<< <div class="foo">foo</div> >>
but instead as C<< <div>foo</div> >> because LibXML cannot find C<class>
attribute in C<< <div> >>.

print Template::Semantic->process(\'<div>foo</div>', {
'div@class' => 'foo',
Expand Down

0 comments on commit 4874be5

Please sign in to comment.