Skip to content

Commit

Permalink
Remove leftover CVS expansion. Add an explicit return.
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jul 16, 2009
1 parent 3b5ac9b commit 974f245
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Text/Textile.pm
@@ -1,5 +1,3 @@
# $Id: Textile.pm,v 1.16 2004/02/19 14:52:58 brad Exp $

package Text::Textile;

use strict;
Expand Down Expand Up @@ -181,7 +179,7 @@ sub char_encoding {
sub disable_encode_entities {
my $self = shift;
$self->{disable_encode_entities} = shift if @_;
$self->{disable_encode_entities};
return $self->{disable_encode_entities};
}

sub handle_quotes {
Expand Down

0 comments on commit 974f245

Please sign in to comment.