mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
XHTML minor fix. MDL-14836 ; merged from 19_STABLE
This commit is contained in:
parent
c187720b74
commit
e42f819d8b
@ -867,7 +867,7 @@ function displaydir ($wdir) {
|
||||
|
||||
choose_from_menu ($options, "action", "", "$strwithchosenfiles...", "javascript:getElementById('dirform').submit()");
|
||||
echo '<div id="noscriptgo" style="display: inline;">';
|
||||
echo '<input type="submit" value="'.get_string('go').'" /></div>';
|
||||
echo '<input type="submit" value="'.get_string('go').'" />';
|
||||
echo '<script type="text/javascript">'.
|
||||
"\n//<![CDATA[\n".
|
||||
'document.getElementById("noscriptgo").style.display = "none";'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user