Attachment 'FCKEditorHeadingFix.patch'

Download

   1 diff -r fb0f0e80ba26 -r 02670ba14b08 wiki/htdocs/applets/moinFCKplugins/moinformat/fckplugin.js
   2 --- a/wiki/htdocs/applets/moinFCKplugins/moinformat/fckplugin.js	Fri Nov 07 08:19:28 2008 +0100
   3 +++ b/wiki/htdocs/applets/moinFCKplugins/moinformat/fckplugin.js	Sat Nov 08 11:43:04 2008 +0100
   4 @@ -36,13 +36,14 @@
   5    // Get the format names from the language file.
   6    var aNames = FCKLang['FontFormats'].split(';');
   7    var oNames = {
   8 -    p  : aNames[0],
   9 -    pre  : aNames[1],
  10 -    h2  : aNames[3], // h2 as Title 1
  11 -    h3  : aNames[4], // and so on
  12 -    h4  : aNames[5],
  13 -    h5  : aNames[6],
  14 -    h6  : aNames[7]
  15 +    p   : aNames[0],
  16 +    pre : aNames[1],
  17 +    h1  : aNames[3], // h1 as Title 1, aNames[2] is adress
  18 +    h2  : aNames[4], // and so on
  19 +    h3  : aNames[5], 
  20 +    h4  : aNames[6],
  21 +    h5  : aNames[7],
  22 +    h6  : aNames[8]
  23    };
  24  
  25    // Get the available formats from the configuration file.

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] (2008-11-08 11:32:39, 0.9 KB) [[attachment:FCKEditorHeadingFix.patch]]
  • [get | view] (2008-11-08 11:29:17, 6.8 KB) [[attachment:screenshot.png]]
 All files | Selected Files: delete move to page copy to page

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