mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Fix whitespace.
This commit is contained in:
parent
192a0a698b
commit
3493eb1591
@ -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')){
|
||||
|
Loading…
x
Reference in New Issue
Block a user