Skip to content

Commit

Permalink
match up parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Sep 26, 2008
1 parent b0d207b commit 3d76b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/UserTag/capture_page.tag
Expand Up @@ -5,11 +5,11 @@
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. See the LICENSE file for details.
#
# $Id: capture_page.tag,v 1.10 2008-09-26 12:27:41 racke Exp $
# $Id: capture_page.tag,v 1.11 2008-09-26 19:47:02 racke Exp $

UserTag capture_page Order page file
UserTag capture_page addAttr
UserTag capture_page Version $Revision: 1.10 $
UserTag capture_page Version $Revision: 1.11 $
UserTag capture_page Routine <<EOR
sub {
my ($page, $file, $opt) = @_;
Expand Down Expand Up @@ -53,7 +53,7 @@ sub {
$retval = 1;
}

if ($file} {
if ($file) {
$retval = Vend::File::writefile (">$file", $pageref,
{auto_create_dir => $opt->{auto_create_dir},
umask => $opt->{umask}});
Expand Down

0 comments on commit 3d76b72

Please sign in to comment.