diff --git a/sites/all/modules/unl/unl_site_creation.php b/sites/all/modules/unl/unl_site_creation.php index e51db96ab638e432e4912ea37f614c28d3046a7f..3155a0829d8194c51f29819dd5b81993509f899b 100644 --- a/sites/all/modules/unl/unl_site_creation.php +++ b/sites/all/modules/unl/unl_site_creation.php @@ -146,7 +146,7 @@ function theme_unl_site_list_table($variables) { $form[$key]['site_path']['#value'], $form[$key]['db_prefix']['#value'], $installed, - '<a href="' . $form[$key]['uri']['#value'] . '">' . $form[$key]['uri']['#value'] . '</a>', + '<a href="' . $form[$key]['uri']['#value'] . '/">' . $form[$key]['uri']['#value'] . '/</a>', drupal_render($form[$key]['remove']), ) );