hassanakbar4 / tractive-test

0 stars 0 forks source link

Broken formatting for URI reference #309

Closed hassanakbar4 closed 3 years ago

hassanakbar4 commented 8 years ago

component_Version 2 cli resolution_fixed type_defect | by erik.wilde@dret.net


The following XML code:

     <reference anchor="IANA-Protocol-Registry" target="http://www.iana.org/protocols">
        <front>
           <title>IANA Protocol Registry</title>
           <author/>
           <date/>
        </front>
     </reference>

should generate a reference to the URI in the references section. However, for HTML formatting, things get mixed up and the resulting formatting looks wrong. See attached screen shot for reference.


Issue migrated from trac:309 at 2021-10-20 18:21:55 +0500

hassanakbar4 commented 8 years ago

@{"email"=>"erik.wilde@dret.net", "name"=>nil, "username"=>nil} uploaded file Screen Shot 2016-01-20 at 16.26.19.png (63.3 KiB)

Demonstration of broken formatting Screen Shot 2016-01-20 at 16.26.19.png

hassanakbar4 commented 8 years ago

@{"email"=>"julian.reschke@gmx.de", "name"=>nil, "username"=>nil} commented


This might be a duplicate of #307.

hassanakbar4 commented 8 years ago

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

hassanakbar4 commented 8 years ago

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

hassanakbar4 commented 8 years ago

@{"email"=>"ietf@augustcellars.com", "name"=>nil, "username"=>nil} commented


Pulled in the suggested patch

hassanakbar4 commented 7 years ago

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


Fixed in [2308]:

Merged in patch from martin.thomson@gmail.com, see ticket #307: Fixed a problem where if there are no authors, references in HTML are badly formatted. Fixes issue #307 and #309.