For those who have a problem with the ampersand (&) try the following change at line 652.<br><br> # --- strip remaining markup and clean things up a little<br> for (@td) {<br> s/<.*?>//g;<br> s/(^\s+|\s+$)//g;
<br> s/&amp;/&/g;<br> }<br><br><br>Barry