Skip to content
Snippets Groups Projects
Commit aa6ed868 authored by Tim Steiner's avatar Tim Steiner
Browse files

Fixed a missing a character encoding parameter in the bulletinEntry view helper.

parent a055b832
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class App_View_Helper_BulletinEntry
echo $course->getCourseCode();
?>.
<?php echo htmlentities($course->getTitle()); //title ?>
<?php echo htmlentities($course->getTitle(), NULL, 'UTF-8'); //title ?>
</b>
<?php
if ($course->getCrosslistingsText()) {
......
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