diff --git a/exec/podcast.js b/exec/podcast.js index 77cf6e5e70db9d164bbffd3ac09a9c5a23c52f7f..159d2dbe7ebecd30146af3c1c98ea00539550303 100644 --- a/exec/podcast.js +++ b/exec/podcast.js @@ -22,7 +22,6 @@ var item_type; function encode_xml(str) { - str=str.replace(/&/g, '&'); str=str.replace(/&/g, '&'); str=str.replace(/</g, '<'); str=str.replace(/>/g, '>');