Skip to content

Commit

Permalink
add missing return call fixing the failures introduced when trying to…
Browse files Browse the repository at this point in the history
… fix 73160
  • Loading branch information
szabgab committed Feb 17, 2012
1 parent 3b96974 commit f9cc521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/XML/Feed/Format/RSS.pm
Expand Up @@ -207,7 +207,7 @@ sub link {
$link =~ s/^\s+//;
$link =~ s/\s+$//;
}

return $link;
}
}

Expand Down

0 comments on commit f9cc521

Please sign in to comment.