'
+ . '
'
. "\n
\n"
. "
" . "\n";
@@ -3587,4 +3587,4 @@ function ewiki_database_mysql($action, &$args, $sw1, $sw2) {
return($r);
}
-?>
\ No newline at end of file
+?>
diff --git a/question/type/datasetdependent/datasetdefinitions_form.php b/question/type/datasetdependent/datasetdefinitions_form.php
index 26935acc678..8bacbb85561 100644
--- a/question/type/datasetdependent/datasetdefinitions_form.php
+++ b/question/type/datasetdependent/datasetdefinitions_form.php
@@ -50,7 +50,7 @@ class question_dataset_dependent_definitions_form extends moodleform {
$datadefscat= array();
$datadefscat = $this->qtypeobj->get_dataset_definitions_category($this->question);
$datasetmenus = array();
- $label = "
".get_string('datasetrole', 'qtype_datasetdependent','numerical')."
";
+ $label = "
".get_string('datasetrole', 'qtype_datasetdependent','numerical')."
";
$mform->addElement('html', $label);// explaining the role of datasets so other strings can be shortened
$mform->addElement('header', 'mandatoryhdr', get_string('mandatoryhdr', $stringfile));
$labelsharedwildcard = get_string("sharedwildcard", "qtype_datasetdependent");
@@ -129,4 +129,4 @@ class question_dataset_dependent_definitions_form extends moodleform {
}
}
-?>
\ No newline at end of file
+?>
diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css
index c8d5ac3d6ba..49077db3c57 100644
--- a/theme/standard/styles_layout.css
+++ b/theme/standard/styles_layout.css
@@ -108,6 +108,12 @@ h6.main {
.mdl-align {
text-align: center;
}
+.mdl-left {
+ text-align: left;
+}
+.mdl-right {
+ text-align: right;
+}
.continuebutton {
text-align: center;