- Go to https://www.impactindexer.org/governance
- Click on
Issues - Observe issue with title
custom feed doesn't preserve filters in the URL
A governance repo for all things of the hypercollective
Issue tracker doesn't render HTML entities correctly #5
open
opened by
adamspiers.org
Fixed! Added decodeHtmlEntities() function to properly render HTML entities like ' in issue titles. The fix handles named entities, numeric entities, and double-encoded entities.
Fixed! Added an HTML entity decoder that handles:
&,",', etc.)'Issue titles now display correctly on the governance page.