diff --git a/mod/resource/config.html b/mod/resource/config.html index 4118cafe5a8..0bf8ea37e6f 100644 --- a/mod/resource/config.html +++ b/mod/resource/config.html @@ -3,8 +3,8 @@ - - + - - + - - + - - + - - + - - + - - + "; - echo ""; + echo " - - + - - + + " />
resource_framesize: + resource_framesize: @@ -12,8 +12,8 @@
resource_websearch: + resource_websearch: @@ -21,8 +21,8 @@
resource_defaulturl: + resource_defaulturl: @@ -30,8 +30,8 @@
resource_secretphrase: + resource_secretphrase: @@ -39,8 +39,8 @@
resource_allowlocalfiles: + resource_allowlocalfiles:
resource_filterexternalpages: + resource_filterexternalpages:
resource_popup: + resource_popup: "; - echo "$defaultvalue:"; + echo "$defaultvalue:"; if ($optionname == "height" or $optionname == "width") { echo "$defaultvalue."\" />"; } else { @@ -98,8 +98,8 @@ } ?>
resource_windowsettings: + resource_windowsettings:
resource_parametersettings: + resource_parametersettings:
- " />
diff --git a/mod/survey/lib.php b/mod/survey/lib.php index e56cc59c9b8..1f6bcc6efd9 100644 --- a/mod/survey/lib.php +++ b/mod/survey/lib.php @@ -354,19 +354,19 @@ function survey_print_multi($question) { $stripreferthat = get_string("ipreferthat", "survey"); $strifoundthat = get_string("ifoundthat", "survey"); echo "
\n"; - echo "$question->text
"; + echo "$question->text
"; - echo ""; + echo "
"; $options = explode( ",", $question->options); $numoptions = count($options); $oneanswer = ($question->type == 1 || $question->type == 2) ? true : false; - if ($question->type == 2) { - $P = "P"; - } else { - $P = ""; - } + if ($question->type == 2) { + $P = "P"; + } else { + $P = ""; + } if ($oneanswer) { echo "";
$question->intro