mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
This commit is contained in:
parent
c0fe837eeb
commit
60af27037b
44 changed files with 197 additions and 197 deletions
|
@ -76,9 +76,9 @@
|
|||
if (count($SESSION->emailto[$id])) {
|
||||
if ($preview) {
|
||||
echo '<form method="post" action="messageselect.php" style="margin: 0 20px;">
|
||||
<input type="hidden" name="returnto" value="'.stripslashes($returnto).'">
|
||||
<input type="hidden" name="id" value="'.$id.'">
|
||||
<input type="hidden" name="format" value="'.$format.'">
|
||||
<input type="hidden" name="returnto" value="'.stripslashes($returnto).'" />
|
||||
<input type="hidden" name="id" value="'.$id.'" />
|
||||
<input type="hidden" name="format" value="'.$format.'" />
|
||||
';
|
||||
echo "<h3>".get_string('previewhtml')."</h3><div class=\"messagepreview\">\n".format_text(stripslashes($messagebody),$format)."\n</div>";
|
||||
echo "\n<p align=\"center\"><input type=\"submit\" name=\"send\" value=\"Send\" /> <input type=\"submit\" name=\"edit\" value=\"Edit\" /></p>\n</form>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue