Skip to content

Commit

Permalink
Read href from masked links
Browse files Browse the repository at this point in the history
  • Loading branch information
britneywwc committed Oct 16, 2024
1 parent 49eee8f commit cae7491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canonicalwebteam/discourse/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def parse_topics(self, topic):
value[0], element.Tag
):
# Remove <a> links
value = value[0].string
value = value[0]["href"]

else:
value = value[0]
Expand Down

0 comments on commit cae7491

Please sign in to comment.