Commit 4c79aba0 by Renzo Lucioni

Merge pull request #11527 from edx/renzo/unclosed-p-tag

Close unclosed p tag
parents 4037b16a 60a3029d
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div class="message-copy xseries-msg"> <div class="message-copy xseries-msg">
<p> <p>
<b class="message-copy-bold">${_("{category} Program: Interested in more courses in this subject?").format(category=course_program_info['display_category'])}</b> <b class="message-copy-bold">${_("{category} Program: Interested in more courses in this subject?").format(category=course_program_info['display_category'])}</b>
<p> </p>
<p class="message-copy"> <p class="message-copy">
${_("This course is 1 of {course_count} courses in the {link_start}{program_display_name}{link_end} {program_category}.").format( ${_("This course is 1 of {course_count} courses in the {link_start}{program_display_name}{link_end} {program_category}.").format(
course_count=course_program_info['course_count'], course_count=course_program_info['course_count'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment