Unnecessary wrapper
This commit is contained in:
parent
bb58bf8caf
commit
8d9fb7711f
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user