diff --git a/main/css/base.css b/main/css/base.css
index bef95d66e6..df6d1eac97 100644
--- a/main/css/base.css
+++ b/main/css/base.css
@@ -3873,4 +3873,9 @@ form div.error input, form div.error textarea {
#install_form blockquote {
line-height: 16px;
+}
+
+.lp_content_type_label {
+ font-style: italic;
+ color:#999;
}
\ No newline at end of file
diff --git a/main/newscorm/lp_list.php b/main/newscorm/lp_list.php
index 4c584139b4..e2f686c5f6 100644
--- a/main/newscorm/lp_list.php
+++ b/main/newscorm/lp_list.php
@@ -211,8 +211,8 @@ if (is_array($flat_list)) {
$name = Security::remove_XSS($details['lp_name']);
if ($is_allowed_to_edit) {
// '.$details['lp_proximity'].'
- $dsp_desc = ''.$details['lp_maker'].' '.(learnpath::is_lp_visible_for_student($id, api_get_user_id())?'':' - ('.get_lang('LPNotVisibleToStudent').')');
- $extra = '
'.$dsp_desc .'';
+ $dsp_desc = ''.$details['lp_maker'].' '.(learnpath::is_lp_visible_for_student($id, api_get_user_id())?'':' - ('.get_lang('LPNotVisibleToStudent').')');
+ $extra = '