Ticket #2089 (closed Bug: fixed)
bold button & single quotes problem
| Reported by: | wwalc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : MediaWiki+FCKeditor | Version: | |
| Keywords: | Confirmed | Cc: |
Description
To reproduce:
- start wth empty page
- hit "bold" buton
- switch to Wikitext
Problem: <b></b> is changed into '''''', which is later changed into single quote '. To solve this issue it should be enough to check whether there is anything inside of the <b> tag. If it is empty, just skip it.
Change History
Note: See
TracTickets for help on using
tickets.