| @@ -31,7 +31,7 @@ | ||
| 31 | 31 | $link = $this->link; | 
| 32 | 32 |      foreach($this->linkRenders as $render) { | 
| 33 | 33 |        if($render->isApplicable($this->link)) { | 
| 34 | - $link = $render->renderLink($this->link); | |
| 34 | + $link = $render->renderLink($this->link); | |
| 35 | 35 | break; | 
| 36 | 36 | } | 
| 37 | 37 | } |