hassanakbar4 / tractive-test

0 stars 0 forks source link

<br> are not ignored in definition lists #364

Closed hassanakbar4 closed 2 years ago

hassanakbar4 commented 6 years ago

component_Version_3_cli_txt resolution_fixed type_defect | by miek@miek.nl


The br is just ouputted as-is (I'm aware the dtd does not allow it):

<dl>
<dt>kex algorithms</dt>
<dd><t>ecdh-sha2-nistp256            <xref target="RFC5656"></xref> <br />
ecdh-sha2-nistp384            <xref target="RFC5656"></xref>
server host key algorithms</t>
</dd>
<dd><t>x509v3-ecdsa-sha2-nistp256    <xref target="RFC6187"></xref> <br />
x509v3-ecdsa-sha2-nistp384    <xref target="RFC6187"></xref> <br />
encryption algorithms (both client_to_server and server_to_client)</t>
</dd>
<dd><t>AEAD<em>AES</em>128<em>GCM              <xref target="RFC5647"></xref> <br />
AEAD</em>AES<em>256</em>GCM              <xref target="RFC5647"></xref> <br />
MAC algorithms (both client_to_server and server_to_client)</t>
</dd>
<dd><t>AEAD<em>AES</em>128<em>GCM              <xref target="RFC5647"></xref> <br />
AEAD</em>AES<em>256</em>GCM              <xref target="RFC5647"></xref> <br />
</t>
</dd>
</dl>

yields:

   kex algorithms
      ecdh-sha2-nistp256 [RFC5656] <br>: ecdh-sha2-nistp384 [RFC5656]
      server host key algorithms
      x509v3-ecdsa-sha2-nistp256 [RFC6187] <br>: x509v3-ecdsa-
      sha2-nistp384 [RFC6187] <br>: encryption algorithms (both
      client_to_server and server_to_client)
      AEAD_AES_128_GCM [RFC5647] <br>: AEAD_AES_256_GCM [RFC5647] <br>:
      MAC algorithms (both client_to_server and server_to_client)
      AEAD_AES_128_GCM [RFC5647] <br>: AEAD_AES_256_GCM [RFC5647] <br>:

Issue migrated from trac:364 at 2021-10-20 18:28:26 +0500

hassanakbar4 commented 5 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed status from new to closed

hassanakbar4 commented 5 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed resolution from ` tofixed`

hassanakbar4 commented 5 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented


Fixed in [2571].