Removed whitespace.

This commit is contained in:
Josh Sherman 2010-10-03 15:16:01 -04:00
parent 520d841500
commit 9b4763dd23
9 changed files with 23 additions and 23 deletions

View file

@ -74,7 +74,7 @@ abstract class Display_Common extends Object
/**
* Constructor
*
* Gets those headers working
* Gets those headers working
*/
public function __construct()
{
@ -97,7 +97,7 @@ abstract class Display_Common extends Object
header('Content-type: text/html; charset=UTF-8');
}
}
/**
* Set Template
*
@ -131,8 +131,8 @@ abstract class Display_Common extends Object
$this->setTemplate($parent_template, 'parent');
$this->setTemplate($child_template, 'child');
$this->css_class = $css_class;
$this->js_basename = $js_basename;
$this->css_class = $css_class;
$this->js_basename = $js_basename;
}
/**
@ -144,9 +144,9 @@ abstract class Display_Common extends Object
*/
public function setModuleReturn($module_return)
{
$this->module_return = $module_return;
$this->module_return = $module_return;
}
/**
* Template Exists
*