@@ -263,7 +263,7 @@ |
||
263 | 263 | */ |
264 | 264 | public function getLabel() { |
265 | 265 | // Custom FACT/EVEN - with a TYPE |
266 | - if (($this->tag ==='FACT' || $this->tag === 'EVEN') && $this->getAttribute('TYPE') !== '') { |
|
266 | + if (($this->tag === 'FACT' || $this->tag === 'EVEN') && $this->getAttribute('TYPE') !== '') { |
|
267 | 267 | return I18N::translate(e($this->getAttribute('TYPE'))); |
268 | 268 | } |
269 | 269 |