diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/login.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/login.php b/actions/login.php index 1044142a3..23ab16676 100644 --- a/actions/login.php +++ b/actions/login.php @@ -123,9 +123,7 @@ class LoginAction extends Action } else { $instr = $this->getInstructions(); $output = common_markup_to_html($instr); - $this->elementStart('div', 'instructions'); $this->raw($output); - $this->elementEnd('div'); } } |