Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5
This commit is contained in:
@@ -44,7 +44,7 @@ function HtmlTidy(editor) {
|
||||
for (var i in toolbar) {
|
||||
cfg.toolbar[0].push(toolbar[i]);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
HtmlTidy._pluginInfo = {
|
||||
name : "HtmlTidy",
|
||||
@@ -58,7 +58,7 @@ HtmlTidy._pluginInfo = {
|
||||
|
||||
HtmlTidy.prototype._lc = function(string) {
|
||||
return HTMLArea._lc(string, 'HtmlTidy');
|
||||
}
|
||||
};
|
||||
|
||||
HtmlTidy.prototype.__onSelect = function(editor, obj) {
|
||||
// Get the toolbar element object
|
||||
@@ -102,4 +102,4 @@ HtmlTidy.prototype.buttonPress = function(editor, id) {
|
||||
HtmlTidy.prototype.processTidied = function(newSrc) {
|
||||
editor = this.editor;
|
||||
editor.setHTML(newSrc);
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user