Attachment 'change_fckeditor_macro_syntax.patch'

Download

   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">&lt;&lt;'
  10 +                             + name + '&gt;&gt;</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.
  • [get | view] (2007-09-28 16:47:41, 0.6 KB) [[attachment:change_fckeditor_macro_syntax.patch]]
  • [get | view] (2007-09-28 16:50:20, 0.1 KB) [[attachment:macro.gif]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.