Skip to content

Commit

Permalink
MDL-23693, filepicker form element change <button> to <input type="bu…
Browse files Browse the repository at this point in the history
…tton" />
  • Loading branch information
Dongsheng Cai committed Oct 1, 2010
1 parent e5f9031 commit 26c137b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrenderers.php
Expand Up @@ -1926,7 +1926,7 @@ public function render_file_picker(file_picker $fp) {
</div>
<div id="filepicker-wrapper-{$client_id}" class="mdl-left" style="display:none">
<div>
<button id="filepicker-button-{$client_id}">$straddfile</button>
<input type="button" id="filepicker-button-{$client_id}" value="{$straddfile}" />
<span> $maxsize </span>
</div>
EOD;
Expand Down

0 comments on commit 26c137b

Please sign in to comment.