Skip to content

Commit

Permalink
remove unused element list
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 20, 2015
1 parent 6febda3 commit a5d51e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Mojolicious/Plugin/TagHelpers.pm
Expand Up @@ -5,12 +5,6 @@ use Mojo::ByteStream;
use Mojo::DOM::HTML;
use Scalar::Util 'blessed';

# HTML elements without end tags
my %EMPTY = map { $_ => 1 } (
qw(area base br col embed hr img input keygen link menuitem meta param),
qw(source track wbr)
);

sub register {
my ($self, $app) = @_;

Expand Down

0 comments on commit a5d51e5

Please sign in to comment.