Opened 18 years ago
Closed 18 years ago
#2030 closed Bug (duplicate)
interwiki links are rewritten
| Reported by: | Eric Bloch | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : MediaWiki+FCKeditor | Version: | |
| Keywords: | Cc: |
Description
if you have
[[foo:bar]]
mapped to
http://foo.com/bar
FCKEditor will rewrite
[[foo:bar]
to
[http://foo.com/bar foo:bar]
This is workable, but painful should you decide to modify the interwiki mapping to a new URL.

DUP of #1543