From 8d9fb7711f32f7b7c0676641dd0c2b9343a5666f Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 23:05:36 +0000 Subject: Unnecessary wrapper --- actions/login.php | 2 -- 1 file changed, 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'); } } -- cgit v1.2.3-54-g00ecf