diff --git a/admin/lang.php b/admin/lang.php index 53be0cd88dd..37ace54e982 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -822,7 +822,7 @@ echo ''; echo ''; echo ''; - echo "
\n"; + echo "
\n"; echo "\n
\n"; $preview_url = lang_help_preview_url($currentfile, true, 'en_utf8'); // do not display en_utf8_local diff --git a/blog/rsslib.php b/blog/rsslib.php index dd91f265b50..28bac957a62 100755 --- a/blog/rsslib.php +++ b/blog/rsslib.php @@ -40,7 +40,7 @@ require_once($CFG->libdir.'/filelib.php'); $path = get_file_url($path, null, 'rssfile'); - print '
'.get_string('rss').'
'; + print '
'.get_string('rss').'
'; } diff --git a/enrol/authorize/enrol_form.php b/enrol/authorize/enrol_form.php index 062fa4f041d..470a8a788a3 100755 --- a/enrol/authorize/enrol_form.php +++ b/enrol/authorize/enrol_form.php @@ -20,7 +20,7 @@ class enrol_authorize_form extends moodleform $mform->addElement('header', 'general', get_string('paymentrequired')); $othermethodstr = $this->other_method_available($paymentmethod); if ($othermethodstr) { - $mform->addElement('static', '', '
' . $othermethodstr . '
', ''); + $mform->addElement('static', '', '
' . $othermethodstr . '
', ''); } $mform->addElement('hidden', 'id', $course->id); diff --git a/lib/adodb/adodb-perf.inc.php b/lib/adodb/adodb-perf.inc.php index cd666dc50df..0790a4a4159 100644 --- a/lib/adodb/adodb-perf.inc.php +++ b/lib/adodb/adodb-perf.inc.php @@ -752,7 +752,7 @@ Committed_AS: 348732 kB echo $this->Tables(); break; } global $ADODB_vers; - echo "

$ADODB_vers Sponsored by phpLens
"; + echo "

$ADODB_vers Sponsored by phpLens
"; } /* @@ -1086,4 +1086,4 @@ Committed_AS: 348732 kB // end hack } -?> \ No newline at end of file +?> diff --git a/mod/exercise/locallib.php b/mod/exercise/locallib.php index e7a12fbd662..20efbff7885 100644 --- a/mod/exercise/locallib.php +++ b/mod/exercise/locallib.php @@ -2869,7 +2869,7 @@ function exercise_print_upload_form($exercise) { error("Course Module ID was incorrect"); } - echo "
"; + echo "
"; echo "
"; echo " id\" />"; require_once($CFG->dirroot.'/lib/uploadlib.php'); diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 569f3519220..b943b78e250 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -718,9 +718,9 @@ function forum_cron() { } } if ($canunsubscribe) { - $posthtml .= "\n
wwwroot/mod/forum/subscribe.php?id=$forum->id\">".get_string("unsubscribe", "forum")."
"; + $posthtml .= "\n"; } else { - $posthtml .= "\n
".get_string("everyoneissubscribed", "forum")."
"; + $posthtml .= "\n
".get_string("everyoneissubscribed", "forum")."
"; } $posthtml .= '

'; } diff --git a/mod/resource/type/file/resource.class.php b/mod/resource/type/file/resource.class.php index 4bb088fb1d6..55fa3052870 100644 --- a/mod/resource/type/file/resource.class.php +++ b/mod/resource/type/file/resource.class.php @@ -383,7 +383,7 @@ class resource_file extends resource_base { $options = new object(); $options->para = false; if (!empty($localpath)) { // Show some help - echo '