Skip to content

fix for ampersands in description.

Rumen Damyanov requested to merge kurtbeheydt:master into master

Created by: kurtbeheydt

An ampersand (&) in the description causes the rss-feed to be invalid. Simple str_replace to escape them, based on http://stackoverflow.com/questions/1328538/how-do-i-escape-ampersands-in-xml

Merge request reports