Attachment 'change_fckeditor_macro_syntax.patch'
Download
Toggle line numbers
1 --- moin-1.6-260907-unpatched/share/moin/htdocs/applets/moinFCKplugins/macro/fckplugin.js 2007-09-28 18:26:12.000000000 +0200
2 +++ htdocs/applets/moinFCKplugins/macro/fckplugin.js 2007-09-28 18:26:49.000000000 +0200
3 @@ -26,6 +26,6 @@
4 // Add a new macro at the actual selection.
5 FCKMacros.Add = function(name)
6 {
7 - var oSpan = FCK.InsertHtml('<span style="background-color:#ffff11">[['
8 - + name + ']]</span>');
9 + var oSpan = FCK.InsertHtml('<span style="background-color:#ffff11"><<'
10 + + name + '>></span>');
11 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.