]> git.mjollnir.org Git - moodle.git/commitdiff
Fix whitespace.
authortjhunt <tjhunt>
Fri, 26 Sep 2008 07:24:31 +0000 (07:24 +0000)
committertjhunt <tjhunt>
Fri, 26 Sep 2008 07:24:31 +0000 (07:24 +0000)
lib/formslib.php

index c074e38465b3389b5c49e0b6d8fb3ef7b339a54d..ce4a228e1cdca2450f628e6d4dae5166eff3bf6b 100644 (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')){