Skip to content

Commit

Permalink
show unquoted attribute selectors in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 6, 2013
1 parent 37ad0e0 commit 30bd1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/DOM/CSS.pm
Expand Up @@ -592,7 +592,7 @@ Elements of type C<E>, C<F> and C<G>.
An C<E> element whose attributes match all following attribute selectors.
my $links = $css->select('a[foo^="b"][foo$="ar"]');
my $links = $css->select('a[foo^=b][foo$=ar]');
=head1 ATTRIBUTES
Expand Down

0 comments on commit 30bd1e2

Please sign in to comment.