diff options
-rw-r--r-- | actions/login.php | 2 | ||||
-rw-r--r-- | lib/action.php | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/actions/login.php b/actions/login.php index cd337bd39..7ae1ed41d 100644 --- a/actions/login.php +++ b/actions/login.php @@ -122,9 +122,7 @@ class LoginAction extends Action } else { $instr = $this->getInstructions(); $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 ed8b5c352..f9f5acf2c 100644 --- a/lib/action.php +++ b/lib/action.php @@ -335,7 +335,7 @@ class Action extends HTMLOutputter // lawsuit $this->showPageNotice(); $this->elementEnd('dd'); $this->elementEnd('dl'); - } + } // SHOULD overload (unless there's not a notice) |