@@ -204,13 +204,11 @@ |
||
| 204 | 204 | $tooltip, |
| 205 | 205 | $parts |
| 206 | 206 | ); |
| 207 | - } |
|
| 208 | - else |
|
| 207 | + } else |
|
| 209 | 208 | { |
| 210 | 209 | continue; |
| 211 | 210 | } |
| 212 | - } |
|
| 213 | - else |
|
| 211 | + } else |
|
| 214 | 212 | { |
| 215 | 213 | $tag = sprintf( |
| 216 | 214 | '<span class="link-param">%s</span>', |
@@ -292,12 +292,10 @@ |
||
| 292 | 292 | if($this->isAnchor()) |
| 293 | 293 | { |
| 294 | 294 | return '#'.$this->getFragment(); |
| 295 | - } |
|
| 296 | - else if($this->isPhoneNumber()) |
|
| 295 | + } else if($this->isPhoneNumber()) |
|
| 297 | 296 | { |
| 298 | 297 | return 'tel://'.$this->getHost(); |
| 299 | - } |
|
| 300 | - else if($this->isEmail()) |
|
| 298 | + } else if($this->isEmail()) |
|
| 301 | 299 | { |
| 302 | 300 | return 'mailto:'.$this->getPath(); |
| 303 | 301 | } |