diff --git a/main/admin/skill_edit.php b/main/admin/skill_edit.php index e7932fff6c..07653ba328 100644 --- a/main/admin/skill_edit.php +++ b/main/admin/skill_edit.php @@ -78,7 +78,8 @@ $extraField = new ExtraField('skill'); $returnParams = $extraField->addElements($editForm, $skillId); $jquery_ready_content = $returnParams['jquery_ready_content']; -// the $jquery_ready_content variable collects all functions that will be load in the $(document).ready javascript function +// the $jquery_ready_content variable collects all functions that will be load +// in the $(document).ready javascript function if (!empty($jquery_ready_content)) { $htmlHeadXtra[] = '