From: poltawski Date: Sun, 13 Jan 2008 12:21:47 +0000 (+0000) Subject: MDL-7846 - use translatable strings for bulk messaging X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5cbce21ab0ba459bb1deb04595fb6402dee36737;p=moodle.git MDL-7846 - use translatable strings for bulk messaging merged from MOODLE_19_STABLE --- diff --git a/user/messageselect.php b/user/messageselect.php index fefe3a57cf..368d6c1cd2 100644 --- a/user/messageselect.php +++ b/user/messageselect.php @@ -94,8 +94,10 @@ '; - echo "

".get_string('previewhtml')."

\n".format_text(stripslashes($messagebody),$format)."\n
"; - echo "\n

\n"; + echo "

".get_string('previewhtml')."

\n".format_text(stripslashes($messagebody),$format)."\n
\n"; + echo '

'."\n"; + echo '

'; + echo "\n"; } elseif ($send) { $good = 1; $teachers = array();