Skip to content

Commit

Permalink
Clean Spanish qotd
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Feb 17, 2024
1 parent 28e0881 commit 58d589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikiquote/langs/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ def qotd(html_tree: lxml.html.HtmlElement) -> Tuple[Text, Text]:
raw_author = quote_container[1].xpath("td/div/a")[0].text_content()
author = raw_author.strip()

return quote, author
return utils.clean_txt(quote), author

0 comments on commit 58d589a

Please sign in to comment.