diff --git a/main/newscorm/lp_list.php b/main/newscorm/lp_list.php
index aab84187a2..5e65842dee 100644
--- a/main/newscorm/lp_list.php
+++ b/main/newscorm/lp_list.php
@@ -110,11 +110,11 @@ if(api_is_allowed_to_edit())
echo ''.
'
'.get_lang('_add_learnpath').
'' .
- str_repeat(' ',3).
+ str_repeat(' ',3).
'
'.get_lang("UploadScorm").'';
if(api_get_setting('service_ppt2lp','active')==true)
{
- echo str_repeat(' ',3).'
'.get_lang("PowerPointConvert").'';
+ echo str_repeat(' ',3).'
'.get_lang("PowerPointConvert").'';
}
}