Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Let [zoom display] use value for simple values from value attribute.
  • Loading branch information
racke committed Sep 6, 2010
1 parent eec1587 commit 2b5bf0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/WellWell/Zoom.pm
Expand Up @@ -170,6 +170,9 @@ sub zoom {
if ($value->{scope} eq 'scratch') {
$rep_str = $::Scratch->{$key};
}
else {
$rep_str = $value->{value};
}

if ($value->{filter}) {
$rep_str = Vend::Tags->filter({op => $value->{filter}, body => $rep_str});
Expand Down

0 comments on commit 2b5bf0c

Please sign in to comment.