]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup end tag in login (not used, maybe later)
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:17:35 +0000 (18:17 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:17:35 +0000 (18:17 -0400)
darcs-hash:20080709221735-84dde-f3fb10d2a3ef832b8528db92cc914d31a474c5d3.gz

actions/login.php

index 4d7c8470bf73c7d0fba422fe1ddb4c028bc61e7c..12ded51ed138e4a6be24c151658c3905d85b82b9 100644 (file)
@@ -115,7 +115,7 @@ class LoginAction extends Action {
                        $output = common_markup_to_html($instr);
                        common_element_start('div', 'instructions');
                        common_raw($output);
-                       common_element_end('p');
+                       common_element_end('div');
                }
        }
 }