rdmorganiser / rdmorganiser/rdmo

HTML codes in catalogues are not recognised

Open
#1,443 11 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.