Commit cbfe12fc by David Baumgold

Merge pull request #3088 from fmyzjs/patch-3

Update course_about.html
parents 64e28676 a2948596
......@@ -238,7 +238,7 @@
tweet_action = "http://twitter.com/intent/tweet?text=I+just+registered+for+{number}+{title}+through+{account}:+{url}".format(
number=course.number,
title=get_course_about_section(course, 'title'),
title=get_course_about_section(course, 'title').encode('utf-8'),
account=microsite.get_value('course_about_twitter_account', '@edxonline'),
url="http://{domain}{path}".format(
domain=site_domain,
......
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