Explorar el Código

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

Julian Prud'homme hace 17 años
padre
commit
72cd0a7795
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 			}