Browse Source

enable html in confirmation message

Juan Carlos Raña 15 years ago
parent
commit
eed1500ed3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/course_home/2column.php

+ 1 - 1
main/course_home/2column.php

@@ -321,7 +321,7 @@ if (api_is_allowed_to_edit())
 		$msgDestroy.='<a href="'.api_get_self().'">'.get_lang('No').'</a>&nbsp;|&nbsp;';
 		$msgDestroy.='<a href="'.api_get_self().'?destroy=yes&amp;id='.$_GET["id"].'">'.get_lang('Yes').'</a>';
 
-		Display :: display_confirmation_message($msgDestroy);
+		Display :: display_confirmation_message($msgDestroy,false);
 	}
 
 	/*