Skip to content

Commit e16ffe3

Browse files
authored
Dashboard: Fix breaking typo
1 parent 330453b commit e16ffe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/default/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function endsWith( $haystack, $needle ) {
8181
<p><?php echo $description; ?></p>
8282
<p><strong>URL:</strong> <?php
8383
$has_dev = false;
84-
if ( !empty( $site['hosts'] ) {
84+
if ( !empty( $site['hosts'] ) ) {
8585
foreach( $site['hosts'] as $host ) {
8686
?>
8787
<a href="<?php echo 'http://'.$host; ?>" target="_blank"><?php echo 'http://'.$host; ?></a>,

0 commit comments

Comments
 (0)