fixup end tag in login (not used, maybe later)
darcs-hash:20080709221735-84dde-f3fb10d2a3ef832b8528db92cc914d31a474c5d3.gz
This commit is contained in:
parent
2fdafa85af
commit
1dfae4a0b3
@ -115,7 +115,7 @@ class LoginAction extends Action {
|
|||||||
$output = common_markup_to_html($instr);
|
$output = common_markup_to_html($instr);
|
||||||
common_element_start('div', 'instructions');
|
common_element_start('div', 'instructions');
|
||||||
common_raw($output);
|
common_raw($output);
|
||||||
common_element_end('p');
|
common_element_end('div');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user