Browse Source

[svn r20668] Fixed Please remove icons and accept HTML in Messages (Blue, Red, Green etc.) - see FS#4070

Cristian Fasanando 16 years ago
parent
commit
74ab96fbb1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/newscorm/lp_build.php

+ 2 - 2
main/newscorm/lp_build.php

@@ -220,7 +220,7 @@ echo '<table cellpadding="0" cellspacing="0" class="lp_build">';
 			} else {
 				if($is_new) {
 					echo '<div class="confirmation-message">';
-							echo api_convert_encoding(get_lang("LearnPathAdded"), ENT_QUOTES, $charset);
+							echo get_lang("LearnPathAdded");
 					echo '</div>';
 				}				
 				if($is_new) {
@@ -228,7 +228,7 @@ echo '<table cellpadding="0" cellspacing="0" class="lp_build">';
 				} else {
 					// Display::display_normal_message(get_lang('LPCreatedAddChapterStep'), false);
 					echo '<div class="normal-message">';
-							echo api_convert_encoding(get_lang("LearnPathAdded"), ENT_QUOTES, $charset);
+							echo get_lang("LearnPathAdded");
 					echo '</div>';
 				}								
 			}