| @@ -67,7 +67,7 @@ discard block | ||
| 67 | 67 | $this->dom->addChild( | 
| 68 | 68 | $ideRespInf, | 
| 69 | 69 | "email", | 
| 70 | - ! empty($this->std->iderespinf->email) ? $this->std->iderespinf->email : null, | |
| 70 | + !empty($this->std->iderespinf->email) ? $this->std->iderespinf->email : null, | |
| 71 | 71 | false | 
| 72 | 72 | ); | 
| 73 | 73 | $this->node->appendChild($ideRespInf); | 
| @@ -112,7 +112,7 @@ discard block | ||
| 112 | 112 | $this->dom->addChild( | 
| 113 | 113 | $infoFech, | 
| 114 | 114 | "compSemMovto", | 
| 115 | - ! empty($this->std->infofech->compsemmovto) ? $this->std->infofech->compsemmovto : null, | |
| 115 | + !empty($this->std->infofech->compsemmovto) ? $this->std->infofech->compsemmovto : null, | |
| 116 | 116 | false | 
| 117 | 117 | ); | 
| 118 | 118 | $this->dom->addChild( |