Other tags inside <a> tag are appended to content

Open
#16 1 comment 0 reactions 1 assignee View on GitHub

@dantooinian is already working on this.

Since Jan 21, 2025.

Assessment

This issue has not been assessed yet.

Description

bug

Example: expected result:

a href="https://process.indiana.edu/portal/red-carpet-day/?utm_campaign=adms-2024-2025-events&utm_source=red-carpet-days-bloomington-admits&utm_medium=email&utm_content=red-carpet-days" style="color:#006298;">strong>Red Carpet Days</strong

Actual result:

a href="https://process.indiana.edu/portal/red-carpet-day/?utm_campaign=adms-2024-2025-events&utm_source=red-carpet-days-bloomington-admits&utm_medium=email&utm_content=strongred-carpet-daysstrong" style="color:#006298;">strong>Red Carpet Days</strong

Because the strong tags are inside the a tag, they are treated as content and are appended to that parameter as such. Easy enough to work around, but there's probably a way to clean it up programmatically.

Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

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.

More from dantooinian/python-utms

All issues in dantooinian/python-utms

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.