CODE STYLE Formating gulliver/system/class.htmlArea.php

Change format files in gulliver/system/class.htmlArea.php
This commit is contained in:
norahmollo
2012-10-17 19:46:50 +00:00
parent 5ae1df4427
commit 02e5359ff8

View File

@@ -1,6 +1,8 @@
<?php
/**
* class.htmlArea.php
*
* @package gulliver.system
*
* ProcessMaker Open Source Edition
@@ -24,9 +26,11 @@
*
*/
/**
/**
*
* @package gulliver.system
**/
*
*/
class XmlForm_Field_HTML extends XmlForm_Field_Textarea
{
@@ -60,8 +64,10 @@ class XmlForm_Field_HTML extends XmlForm_Field_Textarea
* @return string
*
*/
function attachEvents($element) {
$html='var _editor_url = "";editor_generate("form['.$this->name.']");';
function attachEvents ($element)
{
$html = 'var _editor_url = "";editor_generate("form[' . $this->name . ']");';
return $html;
}
}