diff options
-rw-r--r-- | actions/login.php | 2 | ||||
-rw-r--r-- | lib/action.php | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/actions/login.php b/actions/login.php index 060d16ad6..5226458fb 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'); } } diff --git a/lib/action.php b/lib/action.php index 207be3c82..33b138905 100644 --- a/lib/action.php +++ b/lib/action.php @@ -336,7 +336,6 @@ class Action extends HTMLOutputter // lawsuit $this->elementEnd('dd'); $this->elementEnd('dl'); } - } // SHOULD overload (unless there's not a notice) |