mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +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
|
@ -155,9 +155,9 @@
|
|||
|
||||
echo "<form id=\"movecourses\" action=\"search.php\" method=\"post\">";
|
||||
echo "<input type=\"hidden\" name=\"sesskey\" value=\"$USER->sesskey\">";
|
||||
echo "<input type=\"hidden\" name=\"search\" value=\"".s($search, true)."\">";
|
||||
echo "<input type=\"hidden\" name=\"page\" value=\"$page\">";
|
||||
echo "<input type=\"hidden\" name=\"perpage\" value=\"$perpage\">";
|
||||
echo "<input type=\"hidden\" name=\"search\" value=\"".s($search, true)."\" />";
|
||||
echo "<input type=\"hidden\" name=\"page\" value=\"$page\" />";
|
||||
echo "<input type=\"hidden\" name=\"perpage\" value=\"$perpage\" />";
|
||||
echo "<table align=\"center\" border=0 cellspacing=2 cellpadding=4 class=\"generalbox\"><tr>";
|
||||
echo "<th scope=\"col\">$strcourses</th>";
|
||||
echo "<th scope=\"col\">$strcategory</th>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue