Skip to content

Commit

Permalink
Merge pull request #2056 from splitbrain/validActionDropdown
Browse files Browse the repository at this point in the history
Create valid empty option in tpl_actiondropdown
  • Loading branch information
splitbrain committed Jul 26, 2017
2 parents f20cfb1 + 96d5526 commit c6162b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ function tpl_mediaTree() {
* @param string $empty empty option label
* @param string $button submit button label
*/
function tpl_actiondropdown($empty = '', $button = '>') {
function tpl_actiondropdown($empty = ' ', $button = '>') {
global $ID;
global $REV;
global $lang;
Expand Down

0 comments on commit c6162b5

Please sign in to comment.