@@ -168,8 +168,7 @@ |
||
| 168 | 168 | } |
| 169 | 169 | if ($this->isMail($value)) { |
| 170 | 170 | return '<a href="' . $this->html("mailto:$value") . '">' . $value . '</a>'; |
| 171 | - } |
|
| 172 | - elseif ($this->isUrl($value)) { |
|
| 171 | + } elseif ($this->isUrl($value)) { |
|
| 173 | 172 | // IE 11 and all modern browsers hide referrer |
| 174 | 173 | return '<a href="' . $this->html($value) . '"' . $this->blankTarget() . '>' . $value . '</a>'; |
| 175 | 174 | } |