} else { // the operation has not been confirmed yet so ask the user to do so
- notice_yesno("<b>$entry->concept</b><p>$strareyousuredelete</p>",
+ notice_yesno("<b>".format_string($entry->concept)."</b><p>$strareyousuredelete</p>",
"deleteentry.php?id=$cm->id&mode=delete&confirm=1&entry=".s($entry->id)."&prevmode=$prevmode&hook=$hook",
"view.php?id=$cm->id&mode=$prevmode&hook=$hook");
if ( !$confirm ) {
echo '<center>';
$areyousure = get_string('areyousureexport','glossary');
- notice_yesno ('<center><h2>'.$entry->concept.'</h2><p align="center">'.$areyousure.'<br /><b>'.format_string($mainglossary->name).'</b>?',
+ notice_yesno ('<center><h2>'.format_string($entry->concept).'</h2><p align="center">'.$areyousure.'<br /><b>'.format_string($mainglossary->name).'</b>?',
'exportentry.php?id='.$id.'&mode='.$mode.'&hook='.$hook.'&entry='.$entry->id.'&confirm=1',
'view.php?id='.$cm->id.'&mode='.$mode.'&hook='.$hook);