Skip to content

Commit

Permalink
Merge branch 'issue232-space-separator'
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlawrence committed Jan 28, 2016
2 parents 86e55fe + 840b20c commit ae8decd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function loadItem(select_box) {
break;
}
<?php
echo("\toptions_array[0] = new Option('".msg('outpage_choose')."' + category_option_msg);".PHP_EOL);
echo("\toptions_array[0] = new Option('".msg('outpage_choose')." ' + category_option_msg);".PHP_EOL);
?>
options_array[0].id = 0;
options_array[0].value = 'choose_an_author';
Expand Down

0 comments on commit ae8decd

Please sign in to comment.