Skip to content

Commit

Permalink
Oops, wrong encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Mar 12, 2002
1 parent 6b04a9f commit 67d5eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/XML/RSS/RSS.pm
Expand Up @@ -418,7 +418,7 @@ sub rss_item_description {
}
}

$desc = xmlEscapeStr($desc);
$desc = $self->encode($desc);
} else {
undef $desc;
}
Expand Down

0 comments on commit 67d5eac

Please sign in to comment.