Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/themeEditor/index.php

    r2256 r2566  
    4545          throw $e; 
    4646     } 
    47       
     47 
    4848     # Write file 
    4949     if (!empty($_POST['write'])) 
     
    117117     '<p><label for="file_content">'.sprintf(__('Editing file %s'),'<strong>'.$file['f']).'</strong></label></p>'. 
    118118     '<p>'.form::textarea('file_content',72,25,html::escapeHTML($file['c']),'maximal','',!$file['w']).'</p>'; 
    119       
     119 
    120120     if ($file['w']) 
    121121     { 
     
    130130          echo '<p>'.__('This file is not writable. Please check your theme files permissions.').'</p>'; 
    131131     } 
    132       
     132 
    133133     echo 
    134134     '</fieldset></form>'; 
    135135 
    136136     if ($user_ui_colorsyntax) { 
    137           $editorMode =  
     137          $editorMode = 
    138138               (!empty($_REQUEST['css']) ? "css" : 
    139139               (!empty($_REQUEST['js']) ? "javascript" : 
    140140               (!empty($_REQUEST['po']) ? "text/plain" : "text/html"))); 
    141           echo  
     141          echo 
    142142          '<script> 
    143143               window.CodeMirror.defineMode("dotclear", function(config) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map