Ticket #508 (closed Bug: fixed)
Typing error in fck_othercommands.js
| Reported by: | 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
Note: See
TracTickets for help on using
tickets.