From 1c870741afec5b40a5e6cf48d077dceaf367d481 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 10 Dec 2008 06:30:23 +0000 Subject: [PATCH] "MDL-17570, cleanup inline css settings" --- admin/lang.php | 2 +- admin/langdoc.php | 2 +- admin/replace.php | 2 +- enrol/authorize/enrol.php | 2 +- enrol/paypal/enrol.php | 2 +- message/lib.php | 2 +- mod/data/lib.php | 2 +- mod/forum/lib.php | 2 +- mod/hotpot/index.php | 2 +- mod/hotpot/view.php | 4 ++-- mod/lesson/highscores.php | 2 +- mod/resource/type/file/localfile.php | 2 +- mod/resource/type/file/localpath.php | 2 +- mod/scorm/report.php | 4 ++-- mod/wiki/ewiki/plugins/moodle/downloads.php | 2 +- search/query.php | 2 +- search/querylib.php | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/admin/lang.php b/admin/lang.php index 98ab50c101c..53be0cd88dd 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -830,7 +830,7 @@ echo ($filetemplate); } echo "\n\n"; - echo '
'; + echo '
'; echo ''; $preview_url = lang_help_preview_url($currentfile, !$uselocal); if ($preview_url) { diff --git a/admin/langdoc.php b/admin/langdoc.php index 59194a871d2..617f42614a8 100755 --- a/admin/langdoc.php +++ b/admin/langdoc.php @@ -186,7 +186,7 @@ $langdir/$currentfile")."

"; if ($preview_url) { link_to_popup_window($preview_url, 'popup', get_string('preview')); } - echo '
'; + echo '
'; echo ''; } diff --git a/admin/replace.php b/admin/replace.php index c79b24346d3..9eb84cb54f7 100644 --- a/admin/replace.php +++ b/admin/replace.php @@ -19,7 +19,7 @@ print_heading('Search and replace text throughout the whole database'); if (!data_submitted() or !$search or !$replace or !confirm_sesskey()) { /// Print a form print_simple_box_start('center'); - echo '
'; + echo '
'; echo '
'; echo ''; echo 'Search whole database for:
'; diff --git a/enrol/authorize/enrol.php b/enrol/authorize/enrol.php index b88131bbffb..5931a8bb823 100755 --- a/enrol/authorize/enrol.php +++ b/enrol/authorize/enrol.php @@ -69,7 +69,7 @@ class enrolment_plugin_authorize print_simple_box_start('center', '80%'); if ($USER->username == 'guest') { // only real guest user, not for users with guest role $curcost = get_course_cost($course); - echo '
'; + echo '
'; echo '

'.get_string('paymentrequired').'

'; echo '

'.get_string('cost').": $curcost[currency] $curcost[cost]".'

'; echo '

'.get_string('loginsite').'

'; diff --git a/enrol/paypal/enrol.php b/enrol/paypal/enrol.php index 30ac2c0f915..19950f434ac 100644 --- a/enrol/paypal/enrol.php +++ b/enrol/paypal/enrol.php @@ -51,7 +51,7 @@ function print_entry($course) { // in unencrypted connection... $wwwroot = str_replace("http://", "https://", $CFG->wwwroot); } - echo '

'.get_string('paymentrequired').'

'; + echo '

'.get_string('paymentrequired').'

'; echo '

'.get_string('cost').": $CFG->enrol_currency $cost".'

'; echo '

'.get_string('loginsite').'

'; echo '
'; diff --git a/message/lib.php b/message/lib.php index aaae465ab78..3963b896ef3 100644 --- a/message/lib.php +++ b/message/lib.php @@ -300,7 +300,7 @@ function message_get_contact($contactid) { function message_print_search_results($frm) { global $USER, $CFG; - echo '
'; + echo '
'; /// search for person if (!empty($frm->personsubmit) and !empty($frm->name)) { diff --git a/mod/data/lib.php b/mod/data/lib.php index 292b43b680b..ba26b3ff413 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -200,7 +200,7 @@ class data_field_base { // Base class for Database Field Types (see field/*/ require_once($CFG->dirroot.'/mod/data/field/'.$this->type.'/mod.html'); - echo '
'; + echo '
'; echo ''."\n"; echo ''."\n"; echo '
'; diff --git a/mod/forum/lib.php b/mod/forum/lib.php index 4072ee52a1b..569f3519220 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -900,7 +900,7 @@ function forum_make_mail_html($course, $forum, $discussion, $post, $userfrom, $u $posthtml .= forum_make_mail_post($course, $forum, $discussion, $post, $userfrom, $userto, false, $canreply, true, false); if ($canunsubscribe) { - $posthtml .= '