Index: trunk/extensions/OpenStackManager/special/SpecialNovaInstance.php |
— | — | @@ -692,7 +692,7 @@ |
693 | 693 | $wgOut->addWikiMsg( 'openstackmanager-nonexistanthost' ); |
694 | 694 | } |
695 | 695 | $sk = $wgOut->getSkin(); |
696 | | - $out = '<br /'; |
| 696 | + $out = '<br />'; |
697 | 697 | $out .= $sk->link( $this->getTitle(), wfMsgHtml( 'openstackmanager-backinstancelist' ) ); |
698 | 698 | |
699 | 699 | $wgOut->addHTML( $out ); |