Skip to content
Snippets Groups Projects
Commit 3cd983c2 authored by Tim Steiner's avatar Tim Steiner
Browse files

Trailing slashes on created site list.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@218 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent f11534e3
No related branches found
No related tags found
No related merge requests found
......@@ -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']),
)
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment