Changeset 3474

Show
Ignore:
Timestamp:
11/21/09 08:59:08 (3 months ago)
Author:
powella@…
Message:

ui.dialog: replaced   with   for xhtml compliance (fixes #4970 -XHTML Compliance :   should be  )

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/jquery.ui.dialog.js

    r3337 r3474  
    3636                        options = self.options, 
    3737 
    38                         title = options.title || self.originalTitle || ' ', 
     38                        title = options.title || self.originalTitle || ' ', 
    3939                        titleId = $.ui.dialog.getTitleId(self.element), 
    4040 
     
    478478                        case "title": 
    479479                                // convert whatever was passed in o a string, for html() to not throw up 
    480                                 $(".ui-dialog-title", self.uiDialogTitlebar).html("" + (value || ' ')); 
     480                                $(".ui-dialog-title", self.uiDialogTitlebar).html("" + (value || ' ')); 
    481481                                break; 
    482482                        case "width":