1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Use p tags instead of brs

This commit is contained in:
David Baker
2016-08-04 10:53:07 +01:00
parent c017e8dcf4
commit f7fda68e26

View File

@@ -101,13 +101,13 @@ export default class DeactivateAccountDialog extends React.Component {
Deactivate Account Deactivate Account
</div> </div>
<div className="mx_Dialog_content"> <div className="mx_Dialog_content">
This will make your account permanently unusable. You will not be able to re-register the same user ID.<br /> <p>This will make your account permanently unusable. You will not be able to re-register the same user ID.</p>
<br />
This action is irreversible.<br /> <p>This action is irreversible.</p>
<br />
To continue, please enter your password.<br /> <p>To continue, please enter your password.</p>
<br />
Password:<br /> <p>Password:</p>
<input <input
type="password" type="password"
onChange={this._onPasswordFieldChange} onChange={this._onPasswordFieldChange}