Skip to content

Commit dae54ff

Browse files
authored
Merge pull request Varying-Vagrant-Vagrants#1371 from mathieuhays/patch-1
Dashboard: Fix breaking typo
2 parents 330453b + e16ffe3 commit dae54ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/default/index.php

+1-1
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)