';
echo get_lang('GenerateSurveyAccessLinkExplanation');
echo '
';
diff --git a/main/survey/survey.lib.php b/main/survey/survey.lib.php
index 76f408a1aa..9536d8bffc 100755
--- a/main/survey/survey.lib.php
+++ b/main/survey/survey.lib.php
@@ -2299,7 +2299,7 @@ class SurveyUtil
array_push($chartData, array('option' => $optionText, 'votes' => $votes));
}
$chartContainerId = 'chartContainer'.$question['question_id'];
- echo '';
+ echo '
';
echo self::drawChart($chartData, false, $chartContainerId);
// displaying the table: headers
@@ -2446,7 +2446,7 @@ class SurveyUtil
);
}
}
- echo '
';
+ echo '
';
echo self::drawChart($chartData, true);
echo '
';
@@ -3517,7 +3517,7 @@ class SurveyUtil
}
}
$tableHtml .= '';
- echo '
';
+ echo '
';
echo self::drawChart($chartData, true);
echo '
';
echo $tableHtml;
diff --git a/main/template/default/skill/skill_tree.tpl b/main/template/default/skill/skill_tree.tpl
index 46e26d8154..1fcf6e4f46 100755
--- a/main/template/default/skill/skill_tree.tpl
+++ b/main/template/default/skill/skill_tree.tpl
@@ -454,7 +454,7 @@ $(document).ready(function() {
-
+
diff --git a/main/work/work.lib.php b/main/work/work.lib.php
index 9128194c85..dcde73c5b8 100755
--- a/main/work/work.lib.php
+++ b/main/work/work.lib.php
@@ -3417,7 +3417,7 @@ function setWorkUploadForm($form, $uploadFormType = 0)
$form->addElement('hidden', 'contains_file', 0, array('id'=>'contains_file_id'));
$form->addElement('hidden', 'active', 1);
$form->addElement('hidden', 'accepted', 1);
- $form->addElement('text', 'title', get_lang('Title'), array('id' => 'file_upload', 'class' => 'span4'));
+ $form->addElement('text', 'title', get_lang('Title'), array('id' => 'file_upload'));
$form->addRule('title', get_lang('ThisFieldIsRequired'), 'required');
switch ($uploadFormType) {