rdmorganiser / rdmorganiser/rdmo
HTML codes in catalogues are not recognised
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 133
- Forks
- 60
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 21
Description
Description / Beschreibung
HTML entities within a catalogue need to be escaped. In this context, some special characters are replaced by their HTML codes, e.g. >, <, ".
Unfortunately, some other HTML codes are not recognised by the CI pipeline, among which (insecable space) as well « and » (guillemets), which are all used for the French localisation.
Expected behaviour / Erwartetes Verhalten
I expect all HTML codes to be resolved when a job runs after any commit.
References / Verweise
See failed job: https://github.com/rdmorganiser/rdmo-catalog/actions/runs/18401171719/job/52430559969
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the failed CI job linked in the issue and trace how catalogue HTML entities are validated or resolved. Check the handling of , «, and » alongside the already supported entities, then rerun the job after a commit. Done means all listed entities are resolved successfully in the CI pipeline.
Written by the indexing model from the issue text.
Assessment
- Domain
- ci-cd, localization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100