Browse Source

[svn r12948] Fix a bug : http://projects.dokeos.com/?do=details&id=1847 (the first one)

Julian Prud'homme 17 years ago
parent
commit
72cd0a7795
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/tracking/courseLog.php

+ 1 - 0
main/tracking/courseLog.php

@@ -527,6 +527,7 @@ else {
 			
 			if($export_csv)
 			{
+				$row[8] = strip_tags($row[8]);
 				$csv_content[] = $row;
 			}