Skip to content

Commit

Permalink
Issue #16034 fix: changes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilesh More committed Jun 17, 2017
1 parent 80ed3ff commit b3a2db1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layouts/joomla/form/field/calendar.php
Expand Up @@ -127,7 +127,6 @@
data-only-months-nav="<?php echo $singleheader; ?>"
<?php echo !empty($minYear) ? 'data-min-year="' . $minYear . '"' : ''; ?>
<?php echo !empty($maxYear) ? 'data-max-year="' . $maxYear . '"' : ''; ?>
<?php echo $dataAttribute ? $dataAttribute : ''; ?>
><span class="icon-calendar"></span></button>
<?php if (!$readonly && !$disabled) : ?>
</div>
Expand Down

0 comments on commit b3a2db1

Please sign in to comment.