Skip to content

Remove empty <a> tags from app descriptions

These empty links were caused by our HTML sanitizer removing links with unsupported protocols, but then leaving the empty link behind.

An additional filter that is run after sanitation fixes this.

Upstream ticket: https://github.com/mozilla/bleach/issues/288

Fixes #60 (closed)

Merge request reports