]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Unnecessary wrapper
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 23:05:36 +0000 (23:05 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 23:05:36 +0000 (23:05 +0000)
actions/login.php

index fd98e656db747beb65bdbd3a3718ddaebeede295..f43de31ffd298dbadb4f27908445dd35e8bfa800 100644 (file)
@@ -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');
         }
     }