Skip to content
Snippets Groups Projects
Unverified Commit 66a62b16 authored by Ahtisham Shahid's avatar Ahtisham Shahid Committed by GitHub
Browse files

Fixed rendering issue in course title (#27003)

parent 90f5e42d
No related branches found
No related tags found
No related merge requests found
......@@ -79,4 +79,4 @@ def display_name_with_default_escaped(block):
# This escaping is incomplete. However, rather than switching this to use
# markupsafe.escape() and fixing issues, better to put that energy toward
# migrating away from this method altogether.
return escape(display_name_with_default(block))
return escape(display_name_with_default(block)).replace('&', '&')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment