fixup end tag in login (not used, maybe later)

darcs-hash:20080709221735-84dde-f3fb10d2a3ef832b8528db92cc914d31a474c5d3.gz
This commit is contained in:
Evan Prodromou 2008-07-09 18:17:35 -04:00
parent 2fdafa85af
commit 1dfae4a0b3
1 changed files with 1 additions and 1 deletions

View 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');
}
}
}