Opened 17 years ago
Closed 17 years ago
#2089 closed Bug (fixed)
bold button & single quotes problem
Reported by: | Wiktor Walc | 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 (1)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed with [1897].