MDL-42339 - removed double formatting for set_title() and set_heading()

This commit is contained in:
Rossiani Wijaya
2014-02-05 15:28:01 +08:00
parent a7cae2648d
commit d5e77b4e12
39 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -155,8 +155,8 @@ $strfeedbacks = get_string('modulenameplural', 'feedback');
$strfeedback = get_string('modulename', 'feedback');
$PAGE->set_url('/mod/feedback/edit.php', array('id'=>$cm->id, 'do_show'=>$do_show));
$PAGE->set_heading(format_string($course->fullname));
$PAGE->set_title(format_string($feedback->name));
$PAGE->set_heading($course->fullname);
$PAGE->set_title($feedback->name);
//Adding the javascript module for the items dragdrop.
if (count($feedbackitems) > 1) {