Skip to content
Snippets Groups Projects
Commit c6162b5a authored by Andreas Gohr's avatar Andreas Gohr Committed by GitHub
Browse files

Merge pull request #2056 from splitbrain/validActionDropdown

Create valid empty option in tpl_actiondropdown
parents f20cfb10 96d5526d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment