summaryrefslogtreecommitdiff
path: root/actions/login.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 23:05:36 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 23:05:36 +0000
commit8d9fb7711f32f7b7c0676641dd0c2b9343a5666f (patch)
treeec7d0d3799bb5c78b4bfeed6dea013b54b638ca2 /actions/login.php
parentbb58bf8caf66b237d2bc383bebe0af15da5c5b41 (diff)
Unnecessary wrapper
Diffstat (limited to 'actions/login.php')
-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');
}
}