MDL-52826 forms: Move global functions to self-contained
This commit is contained in:
@@ -267,7 +267,7 @@ class HTML_QuickForm_Renderer_Tableless extends HTML_QuickForm_Renderer_Default
|
||||
$this->_html = str_replace('></label>', '> </label>', $this->_html);
|
||||
// add a validation script
|
||||
if ('' != ($script = $form->getValidationScript())) {
|
||||
$this->_html = $script . "\n" . $this->_html;
|
||||
$this->_html = $this->_html . "\n" . $script;
|
||||
}
|
||||
} // end func finishForm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user