From 1b77dbddc35f110a9ad93eb70179d31935ec8391 Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Wed, 18 Jun 2008 09:53:12 +0000 Subject: [PATCH] Fixed bug for international languages --- demos/functional/templates/ui.datepicker.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ' thanks to ', + html: ' thanks to ', destroy: '$("#i18n").datepicker("destroy");', options: [ -- 2.39.5