Skip to content

Commit

Permalink
Typo; thnx @xycofryx
Browse files Browse the repository at this point in the history
  • Loading branch information
trob authored May 4, 2018
1 parent 8f259e9 commit 988c669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<?php echo $d->separator;?>
<?php echo JHTML::_('select.genericlist', $d->month_options, $d->month_name, $d->attribs, 'value', 'text', $d->month_value, $d->month_id); ?>
<?php echo $d->separator;?>
<?php echo JHTML::_('select.genericlist', $d->year_options, $d->year_name, $d->attribs, 'value', 'text', $d->year_value, $d->day_id); ?>
<?php echo JHTML::_('select.genericlist', $d->year_options, $d->year_name, $d->attribs, 'value', 'text', $d->year_value, $d->year_id); ?>
</div>

0 comments on commit 988c669

Please sign in to comment.