diff options
author | Keith Wood <kbwood.au@gmail.com> | 2008-06-18 09:53:12 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2008-06-18 09:53:12 +0000 |
commit | 1b77dbddc35f110a9ad93eb70179d31935ec8391 (patch) | |
tree | fb3dcbe3f692f9abd4a1d0f2930a68c4d447a7b3 /demos | |
parent | 9aabd24300f53de3abeaa4b2859bdac441f67941 (diff) | |
download | jquery-ui-1b77dbddc35f110a9ad93eb70179d31935ec8391.tar.gz jquery-ui-1b77dbddc35f110a9ad93eb70179d31935ec8391.zip |
Fixed bug for international languages
Diffstat (limited to 'demos')
-rw-r--r-- | demos/functional/templates/ui.datepicker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/functional/templates/ui.datepicker.html b/demos/functional/templates/ui.datepicker.html index 68b798abb..cc763f224 100644 --- a/demos/functional/templates/ui.datepicker.html +++ b/demos/functional/templates/ui.datepicker.html @@ -264,7 +264,7 @@ { title: 'International Datepickers', desc: 'Numerous international packs are available for the datepicker.', - html: '<input type="text" size="10" value="" id="i18n"/> thanks to <span id="contrib"><span>', + html: '<input type="text" size="10" value="" id="i18n"/> thanks to <span id="contrib"></span>', destroy: '$("#i18n").datepicker("destroy");', options: [ |