summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/login.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php
index fd98e656d..f43de31ff 100644
--- a/actions/login.php
+++ b/actions/login.php
@@ -122,9 +122,7 @@ class LoginAction extends Action
} else {
$instr = $this->get_instructions();
$output = common_markup_to_html($instr);
- $this->elementStart('div', 'instructions');
$this->raw($output);
- $this->elementEnd('div');
}
}