Skip to content

Commit

Permalink
XHTML minor fix. MDL-14836 ; merged from 19_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed May 14, 2008
1 parent c187720 commit e42f819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";'.
Expand Down

0 comments on commit e42f819

Please sign in to comment.