Description of problem: The alignment of <userinput> inside a <screen> is off, resulting in a centered <userinput> block (on the next line even?), using both stock and fedora brand. Version-Release number of selected component (if applicable): [jmeeuwen@ghandalf courses]$ rpm -qva publican* publican-genome-1.0.0-1.fc10.noarch publican-fedora-0.13-0.fc10.noarch publican-0.34-0.fc10.noarch How reproducible: Create a <screen> with a <userinput> block and make html-single-en-US
This bug was due to an entertaining issue related to outputting tidy html and in fact broke the layout of a variety of tags nested inside verbatim tags. Setting html.cleanup to 0 fixed all of these issues ... run away!