diff --git a/main/newscorm/lp_stats.php b/main/newscorm/lp_stats.php
index bd6eacfb66..d3b69c2868 100644
--- a/main/newscorm/lp_stats.php
+++ b/main/newscorm/lp_stats.php
@@ -128,7 +128,7 @@ foreach ($list as $my_item_id) {
$oddclass = "row_even";
}
if ($inter_num)
- $extend_link = '
'."\n";
+ $extend_link = '
'."\n";
$title = $row['mytitle'];
$title = stripslashes($title);
@@ -149,10 +149,10 @@ foreach ($list as $my_item_id) {
if (!empty ($_GET['extend_attempt_id']) && $_GET['extend_attempt_id'] == $row['iv_id']) {
//the extend button for this attempt has been clicked
$extend_this_attempt = 1;
- $extend_attempt_link = '
'."\n";
+ $extend_attempt_link = '
'."\n";
} else { //same case if fold_attempt_id is set, so not implemented explicitly
//the extend button for this attempt has not been clicked
- $extend_attempt_link = '
'."\n";
+ $extend_attempt_link = '
'."\n";
}
}
@@ -217,10 +217,10 @@ foreach ($list as $my_item_id) {
if (!empty ($_GET['extend_attempt_id']) && $_GET['extend_attempt_id'] == $row['iv_id']) {
//the extend button for this attempt has been clicked
$extend_this_attempt = 1;
- $extend_attempt_link = '
'."\n";
+ $extend_attempt_link = '
'."\n";
} else { //same case if fold_attempt_id is set, so not implemented explicitly
//the extend button for this attempt has not been clicked
- $extend_attempt_link = '
'."\n";
+ $extend_attempt_link = '
'."\n";
}
}
@@ -232,7 +232,7 @@ foreach ($list as $my_item_id) {
//$extend_link = '
';
$extend_link = '';
if ($inter_num > 1) {
- $extend_link = '
';
+ $extend_link = '
';
}
if (($counter % 2) == 0) {
$oddclass = "row_odd";