Skip to content

Commit

Permalink
Missing "echo" in date-picker-locale attrib in due date field
Browse files Browse the repository at this point in the history
  • Loading branch information
José D. Grieco authored and vboctor committed Apr 10, 2017
1 parent 0c6dde3 commit 757320b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_change_status_page.php
Expand Up @@ -242,7 +242,7 @@
</th>
<td>
<input type="text" id="due_date" name="due_date" class="datetimepicker input-sm" size="16" maxlength="20"
data-picker-locale="<?php lang_get_current_datetime_locale() ?>"
data-picker-locale="<?php echo lang_get_current_datetime_locale() ?>"
data-picker-format="<?php echo convert_date_format_to_momentjs( config_get( 'normal_date_format' ) ) ?>"
<?php helper_get_tab_index() ?> value="<?php echo $t_date_to_display ?>" />
<i class="fa fa-calendar fa-xlg datetimepicker"></i>
Expand Down

0 comments on commit 757320b

Please sign in to comment.