Skip to content

Remove empty <a> tags from app descriptions

Torsten Grote requested to merge grote/repomaker:60-remove-empty-links into master

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