Mercurial > pub > Impl
diff Lib/IMPL/Web/TT/Form.pm @ 173:aaab45153411
minor bugfixes
author | sourcer |
---|---|
date | Wed, 14 Sep 2011 18:59:01 +0400 |
parents | 4267a2ac3d46 |
children | d1676be8afcc |
line wrap: on
line diff
--- a/Lib/IMPL/Web/TT/Form.pm Mon Jun 20 23:42:44 2011 +0400 +++ b/Lib/IMPL/Web/TT/Form.pm Wed Sep 14 18:59:01 2011 +0400 @@ -136,7 +136,7 @@ my ($this,$path) = @_; my $navi = new IMPL::DOM::Navigator::SchemaNavigator($this->schema); - my @path = ($this->base, split /\./,$path); + my @path = ($this->base, split(/\./,$path) ); $navi->NavigateName($_) or die new IMPL::InvalidArgumentException( "Can't find a definition for an element",