fixed typo

old-orig
Danish Khan 2010-09-17 14:19:01 -07:00
parent de8b56ec80
commit 11231121ba
1 changed files with 1 additions and 1 deletions

View File

@ -1223,7 +1223,7 @@ var nicLinkButton = nicEditorAdvancedButton.extend({
});
// set the link text to the title or the url if the old text was the old title
if (this.ln.innerHTML == oldTitle) {
this.ln.innerHTML=this.inputs['title'].value || this.inuts['href'].value;
this.ln.innerHTML = this.inputs['title'].value || this.inputs['href'].value;
};
}
}