Cosmetics : remove spaces at the end of lines and correct lines with more than 80 chars
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1643 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -11,7 +11,7 @@ class renderer
|
||||
/** The output type */
|
||||
public $output = NULL;
|
||||
/** Title by default : space to be compatible with HTML5 */
|
||||
public $title = " ";
|
||||
public $title = " ";
|
||||
/** Filename of class containing the presentation layer */
|
||||
public $viewClass = FALSE;
|
||||
/** Method apply to class object to display the $result */
|
||||
@@ -22,7 +22,7 @@ class renderer
|
||||
public $replacement = array();
|
||||
/** Array to variable definition */
|
||||
public $variable = array ();
|
||||
|
||||
|
||||
/** Display the $this->result result in the output model defined by
|
||||
$this->output */
|
||||
public function run ()
|
||||
|
||||
Reference in New Issue
Block a user