@@ -145,8 +145,7 @@ |
||
| 145 | 145 | } |
| 146 | 146 | if ($this->isMail($value)) { |
| 147 | 147 | return '<a href="' . $this->utils->html("mailto:$value") . '">' . $value . '</a>'; |
| 148 | - } |
|
| 149 | - elseif ($this->isUrl($value)) { |
|
| 148 | + } elseif ($this->isUrl($value)) { |
|
| 150 | 149 | // IE 11 and all modern browsers hide referrer |
| 151 | 150 | return '<a href="' . $this->utils->html($value) . '"' . $this->blankTarget() . '>' . $value . '</a>'; |
| 152 | 151 | } |