#508 closed Bug (fixed)
Typing error in fck_othercommands.js
Reported by: | Kaare Byberg | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | Opera Compatibility |
Component: | General | Version: | |
Keywords: | Cc: |
Description
In http://www.fckeditor.net/nightly/fckeditor/editor/_source/commandclasses/fck_othercommands.js:
FCKRuleCommand.prototype.GetState contains a typing error:
return FCK.GetNamedCommandState( 'InsertHorizotalRule' ) ;
Is missing the "n" in "Horizontal". This makes <hr> unavailable in Opera (at least).
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [323].
Thank you.