Ticket #2130 (closed Bug: expired)
Repeated addition of square brackets on editing external file links
| Reported by: | Spencer | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : MediaWiki+FCKeditor | Version: | SVN |
| Keywords: | Pending WorksForMe | Cc: |
Description
When trying to add file link with alternative text such as [file:\\someserver\share\ alt text]
On the first save a | is added and also an extra pair of square brackets is appened to the link. The brackets and pipe additions are repeated on each save or preview so I end up with:
[[file:\\someserver\share\|alt text]] after the first preview [[[file:\\someserver\share\|alt|text]]] after the second preview [[[[file:\\someserver\share\|alt|text]]]] after the third preview
I am running: *Media Wiki 1.11.0 *PHP 5.2.5 *The FCKEditor software from nightly build downloaded 14.04.2008
I am running the server on: *Windows 2003 server *Apache2.2
I believe the issue lies in the fckplugin.js file but have not yet been able to alter it to give me what I want (i.e. to stop adding [] and |).