fedora-infra / bodhi

Bodhi is a web-system that facilitates the process of publishing updates for a Fedora-based software distribution.
https://bodhi.fedoraproject.org
GNU General Public License v2.0
152 stars 195 forks source link

Comments with <angle brackets> mangled in weird way. #2840

Open ellert opened 5 years ago

ellert commented 5 years ago

See https://bodhi.fedoraproject.org/updates/FEDORA-2018-002d43a640

I entered the comment:

Fixes the missing #include <KHR/khrplatform.h>

Bodhi mangled this into:

Fixes the missing #include <khr khrplatform.h=""></khr>

Also the update notes entered by the submitter of the update have been mangled in a similar way.

bowlofeggs commented 5 years ago

This may be due to https://github.com/mozilla/bleach/issues/271 - Bodhi is still using an older version of bleach.