Skip to content

Commit 5a70b25

Browse files
committed
Removed "<" in the "Anterior" text.
Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".
1 parent 670f650 commit 5a70b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/i18n/jquery.ui.datepicker-pt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
jQuery(function($){
33
$.datepicker.regional['pt'] = {
44
closeText: 'Fechar',
5-
prevText: '&#x3C;Anterior',
5+
prevText: 'Anterior',
66
nextText: 'Seguinte',
77
currentText: 'Hoje',
88
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',

0 commit comments

Comments
 (0)