v1.0
只读模式 group, 分享 评论更多问题 博客标签总是存在一个
This commit is contained in:
4
public/tinymce/classes/ui/Label.js
Normal file → Executable file
4
public/tinymce/classes/ui/Label.js
Normal file → Executable file
@ -116,10 +116,10 @@ define("tinymce/ui/Label", [
|
||||
var self = this, forId = self.settings.forId;
|
||||
|
||||
return (
|
||||
'<label id="' + self._id + '" class="' + self.classes() + '"' + (forId ? ' for="' + forId : '') + '">' +
|
||||
'<label id="' + self._id + '" class="' + self.classes() + '"' + (forId ? ' for="' + forId + '"' : '') + '>' +
|
||||
self.encode(self._text) +
|
||||
'</label>'
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user