summaryrefslogtreecommitdiff
path: root/Xerl/XML/Element.pm
diff options
context:
space:
mode:
authorChuck Norris (mars.fritz.box) <paul@buetow.org>2014-08-28 09:36:37 +0200
committerChuck Norris (mars.fritz.box) <paul@buetow.org>2014-08-28 09:36:37 +0200
commit11b1896cf142b490323a91b04344a20e7a25c9f4 (patch)
tree35ebdc0392d143029d3d9bea01a7325a8107022f /Xerl/XML/Element.pm
parentb16cca8b3944c071a15ba57820804cfb6da9cbdb (diff)
un perltig
Diffstat (limited to 'Xerl/XML/Element.pm')
-rw-r--r--Xerl/XML/Element.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/XML/Element.pm b/Xerl/XML/Element.pm
index f1f79fd..5e5106b 100644
--- a/Xerl/XML/Element.pm
+++ b/Xerl/XML/Element.pm
@@ -38,7 +38,7 @@ sub starttag2 {
}
sub params_str {
- my $self = $_[0];
+ my $self = $_[0];
my $params = $self->get_params();
return undef if $params eq '';