|  | @@ -176,8 +176,8 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 176 | 176 |              $this->dynamicContainerBlock = $this->createElement('div'); | 
                                                                                                            
                                                            | 177 | 177 |              $this->dynamicContainerBlock->setAttribute('data-dynamic-form', $this->dynamicFormParentName); | 
                                                                                                            
                                                            | 178 | 178 |              $this->dynamicContainerBlock->setAttribute('data-dynamic-form-trigger-value', $dynamicTriggerValue); | 
                                                                                                            
                                                            | 179 |  | -            $this->dynamicContainerBlock->setAttribute('class', 'dynamic-form-block trigger' . $this->dynamicFormParentName); | 
                                                                                                            
                                                            | 180 |  | -            $this->dynamicContainerBlock->setAttribute('id', $this->dynamicFormParentName . $dynamicTriggerValue); | 
                                                                                                            
                                                            |  | 179 | +            $this->dynamicContainerBlock->setAttribute('class', 'dynamic-form-block trigger'.$this->dynamicFormParentName); | 
                                                                                                            
                                                            |  | 180 | +            $this->dynamicContainerBlock->setAttribute('id', $this->dynamicFormParentName.$dynamicTriggerValue); | 
                                                                                                            
                                                            | 181 | 181 |              $this->dynamicFormVisible === false ? $this->dynamicContainerBlock->setAttribute('style', 'display: none;') : null; | 
                                                                                                            
                                                            | 182 | 182 |          } | 
                                                                                                            
                                                            | 183 | 183 |      } | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.