Unnecessary wrapper
This commit is contained in:
parent
bb58bf8caf
commit
8d9fb7711f
@ -122,9 +122,7 @@ class LoginAction extends Action
|
|||||||
} else {
|
} else {
|
||||||
$instr = $this->get_instructions();
|
$instr = $this->get_instructions();
|
||||||
$output = common_markup_to_html($instr);
|
$output = common_markup_to_html($instr);
|
||||||
$this->elementStart('div', 'instructions');
|
|
||||||
$this->raw($output);
|
$this->raw($output);
|
||||||
$this->elementEnd('div');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user