Remove extraneous <br> from SusPay status (it caused weird HTML output in the new parser)

This commit is contained in:
mDuo13
2017-06-07 16:08:29 -07:00
parent d585c3f3d4
commit 0e78e8f56e
2 changed files with 2 additions and 2 deletions

View File

@@ -519,7 +519,7 @@ TrustSetAuth
<tbody>
<tr>
<td align="left">DA1BD556B42D85EA9C84066D028D355B52416734D3283F85E216EA5DA6DB7E13</td>
<td align="left">Not intended for production.<br/>Enabled on TestNet</td>
<td align="left">Enabled on TestNet; not intended for production.</td>
</tr>
</tbody>
</table>

View File

@@ -259,7 +259,7 @@ When this amendment is activated, the Ripple Consensus Ledger will undergo a bri
| Amendment ID | Status |
|:-----------------------------------------------------------------|:----------|
| DA1BD556B42D85EA9C84066D028D355B52416734D3283F85E216EA5DA6DB7E13 | Not intended for production.<br />Enabled on TestNet |
| DA1BD556B42D85EA9C84066D028D355B52416734D3283F85E216EA5DA6DB7E13 |Enabled on TestNet; not intended for production. |
This amendment is currently enabled on the [Ripple Test Net](https://ripple.com/build/ripple-test-net/). In production, Ripple expects to enable similar functionality with the [Escrow](#escrow) amendment instead.