Fix whitespace.

This commit is contained in:
tjhunt 2008-09-26 07:24:31 +00:00
parent 192a0a698b
commit 3493eb1591

View File

@ -1899,7 +1899,7 @@ class MoodleQuickForm_Renderer extends HTML_QuickForm_Renderer_Tableless{
//adding stuff to place holders in template
//check if this is a group element first
if (($this->_inGroup) and !empty($this->_groupElementTemplate)) {
// so it gets substitutions for *each* element
// so it gets substitutions for *each* element
$html = $this->_groupTemplates[$element->getName()];
}
elseif (method_exists($element, 'getElementTemplateType')){