@ -8229,7 +8229,7 @@ class Exercise
*
* @return string
*/
private function getUnformattedTitle()
public function getUnformattedTitle()
{
return strip_tags(api_html_entity_decode($this->title));
}
@ -672,7 +672,7 @@ if (!empty($exerciseList)) {
$cut_title = $exercise->getCutTitle();
$alt_title = '';
if ($cut_title != $row['title']) {
$alt_title = ' title = "'.$row['title'].'" ';
$alt_title = ' title = "'.$exercise->getUnformattedTitle().'" ';
// Teacher only