fixes
This commit is contained in:
parent
00fb318ec5
commit
d00a040248
2 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ sub raw {
|
|||
my ($output);
|
||||
my ($self, @p) = @_;
|
||||
my ($value, $uiLevel) = rearrange([qw(value uiLevel)], @p);
|
||||
if (_uiLevelChecksOut($uiLevel)) {
|
||||
if ($self->_uiLevelChecksOut($uiLevel)) {
|
||||
$self->{_data} .= $value;
|
||||
}
|
||||
$self->{_data} .= $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue