Minor - format code

pull/3308/head
Julio Montoya 6 years ago
parent fdffabda66
commit 448debff7e
  1. 3
      main/document/create_draw.php
  2. 5
      src/Chamilo/CoreBundle/Component/Editor/Editor.php

@ -1,4 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
use ChamiloSession as Session;
@ -6,8 +7,6 @@ use ChamiloSession as Session;
/**
* This file allows creating new svg and png documents with an online editor.
*
* @package chamilo.document
*
* @author Juan Carlos Raña Trabado
*
* @since 25/september/2010

@ -1,4 +1,5 @@
<?php
/* For licensing terms, see /license.txt */
namespace Chamilo\CoreBundle\Component\Editor;
@ -8,8 +9,6 @@ use Symfony\Component\Translation\Translator;
/**
* Class Editor.
*
* @package Chamilo\CoreBundle\Component\Editor
*/
class Editor
{
@ -133,7 +132,7 @@ class Editor
CKEDITOR.replace('".$this->getTextareaId()."',
$javascript
);
</script>";
return $html;

Loading…
Cancel
Save