From: sarven Date: Thu, 15 Jan 2009 23:05:36 +0000 (+0000) Subject: Unnecessary wrapper X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8d9fb7711f32f7b7c0676641dd0c2b9343a5666f;p=quix0rs-gnu-social.git Unnecessary wrapper --- diff --git a/actions/login.php b/actions/login.php index fd98e656db..f43de31ffd 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'); } }