Unnecessary wrapper

This commit is contained in:
sarven 2009-01-15 23:05:36 +00:00
parent bb58bf8caf
commit 8d9fb7711f

View File

@ -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');
} }
} }