diff --git a/main/newscorm/lp_stats.php b/main/newscorm/lp_stats.php
index e65284397c..187662a156 100644
--- a/main/newscorm/lp_stats.php
+++ b/main/newscorm/lp_stats.php
@@ -224,7 +224,7 @@ foreach ($list as $my_item_id) {
//."
".htmlentities($array_status[$lesson_status],ENT_QUOTES,$charset_lang)." | \n"
.''.$interaction['type']." | \n"
//.''.$interaction['correct_responses']." | \n"
- .''.urldecode($interaction['student_response'])." | \n".''.$interaction['result']." | \n".''.$interaction['latency']." | \n".''.$interaction['time']." | \n"."\n";
+ .''.urldecode($interaction['student_response'])." | \n".''.$interaction['result']." | \n".''.$interaction['latency']." | \n".''.$interaction['time']." | \n | \n\n";
$counter ++;
}
$list2 = learnpath :: get_iv_objectives_array($row['iv_id']);
@@ -359,7 +359,7 @@ foreach ($list as $my_item_id) {
//."".htmlentities($array_status[$lesson_status],ENT_QUOTES,$charset_lang)." | \n"
.''.$interaction['type']." | \n"
//.''.$interaction['correct_responses']." | \n"
- .''.urldecode($interaction['student_response'])." | \n".''.$interaction['result']." | \n".''.$interaction['latency']." | \n".''.$interaction['time']." | \n"."\n";
+ .''.urldecode($interaction['student_response'])." | \n".''.$interaction['result']." | \n".''.$interaction['latency']." | \n".''.$interaction['time']." | \n | \n\n";
$counter ++;
}
$list2 = learnpath :: get_iv_objectives_array($row['iv_id']);