From 5cbce21ab0ba459bb1deb04595fb6402dee36737 Mon Sep 17 00:00:00 2001 From: poltawski Date: Sun, 13 Jan 2008 12:21:47 +0000 Subject: [PATCH] MDL-7846 - use translatable strings for bulk messaging merged from MOODLE_19_STABLE --- user/messageselect.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(); -- 2.39.5