From 0225029288c407aff8940be9947a7f9e0975862c Mon Sep 17 00:00:00 2001 From: Andrew Powell Date: Sat, 21 Nov 2009 16:59:08 +0000 Subject: ui.dialog: replaced   with   for xhtml compliance (fixes #4970 -XHTML Compliance :   should be  ) --- ui/jquery.ui.dialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index cd5488313..0aa68f4d4 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -35,7 +35,7 @@ $.widget("ui.dialog", { var self = this, options = self.options, - title = options.title || self.originalTitle || ' ', + title = options.title || self.originalTitle || ' ', titleId = $.ui.dialog.getTitleId(self.element), uiDialog = (self.uiDialog = $('
')) @@ -477,7 +477,7 @@ $.widget("ui.dialog", { break; case "title": // convert whatever was passed in o a string, for html() to not throw up - $(".ui-dialog-title", self.uiDialogTitlebar).html("" + (value || ' ')); + $(".ui-dialog-title", self.uiDialogTitlebar).html("" + (value || ' ')); break; case "width": resize = true; -- cgit v1.2.3