We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 330453b + e16ffe3 commit dae54ffCopy full SHA for dae54ff
www/default/index.php
@@ -81,7 +81,7 @@ function endsWith( $haystack, $needle ) {
81
<p><?php echo $description; ?></p>
82
<p><strong>URL:</strong> <?php
83
$has_dev = false;
84
- if ( !empty( $site['hosts'] ) {
+ if ( !empty( $site['hosts'] ) ) {
85
foreach( $site['hosts'] as $host ) {
86
?>
87
<a href="<?php echo 'http://'.$host; ?>" target="_blank"><?php echo 'http://'.$host; ?></a>,
0 commit comments