diff --git a/main/newscorm/lp_stats.php b/main/newscorm/lp_stats.php
index e172effbe7..449f49ba57 100644
--- a/main/newscorm/lp_stats.php
+++ b/main/newscorm/lp_stats.php
@@ -565,7 +565,7 @@ foreach ($list as $my_item_id) {
$num = Database :: num_rows($resultLastAttempt);
if ($num > 0) {
if (isset($_GET['extend_attempt']) && $_GET['extend_attempt'] == 1 && (isset($_GET['lp_id']) && $_GET['lp_id'] == $my_lp_id) && (isset($_GET['my_lp_id']) && $_GET['my_lp_id'] == $my_id) ) {
- $correct_test_link = '
';
+ $correct_test_link = '
';
$extend_attempt = 1;
} else {
$correct_test_link = '
';