Dotclear


Ignore:
Timestamp:
11/26/16 10:40:17 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

No more <![CDATA[ … ]]> but in rss2.xsl (only useful for XML document, as XHTML)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/themeEditor/index.php

    r3363 r3421  
    7272     <title><?php echo __('Edit theme files'); ?></title> 
    7373     <script type="text/javascript"> 
    74      //<![CDATA[ 
    7574          <?php echo dcPage::jsVar('dotclear.msg.saving_document',__("Saving document...")); ?> 
    7675          <?php echo dcPage::jsVar('dotclear.msg.document_saved',__("Document saved")); ?> 
     
    7877          <?php echo dcPage::jsVar('dotclear.msg.confirm_reset_file',__("Are you sure you want to reset this file?")); ?> 
    7978          <?php echo dcPage::jsVar('dotclear.colorsyntax',$user_ui_colorsyntax); ?> 
    80      //]]> 
    8179     </script> 
    8280     <?php echo dcPage::jsConfirmClose('file-form'); ?> 
     
    145143          echo 
    146144          '<script type="text/javascript"> 
    147           //<![CDATA[ 
    148145               window.CodeMirror.defineMode("dotclear", function(config) { 
    149146                    return CodeMirror.multiplexingMode( 
     
    160157                         ); 
    161158               }); 
    162           //]]> 
    163159         </script>'; 
    164160         echo dcPage::jsRunCodeMirror('editor','file_content','dotclear',$user_ui_colorsyntax_theme); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map