summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/templates/login.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index 05b9de6e10f..3633400b312 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -106,7 +106,6 @@ script('core', 'merged-login');
<?php if (!empty($_['alt_login'])) { ?>
<form id="alternative-logins">
<fieldset>
- <legend><?php p($l->t('Alternative Logins')) ?></legend>
<ul>
<?php foreach($_['alt_login'] as $login): ?>
<li><a class="button" href="<?php print_unescaped($login['href']); ?>" ><?php p($login['name']); ?></a></li>