Created attachment 315827 [details] No line break (as expected) Version-Release number of selected component (if applicable): * Red Hat Enterprise Linux Client release 5.2 (Tikanga) * publican-fedora-0.14-0.el5 * publican-0.36-5.el5 How reproducible: Alwayz :( Steps to Reproduce: 1: <screen> <replaceable>--2008-09-05 12:06:03--</replaceable> http://localhost/testfile Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 0 [text/plain] Saving to: `testfile' [ <=> ] 0 --.-K/s in 0s <replaceable>2008-09-05 12:06:03</replaceable> (0.00 B/s) - `testfile' saved [0/0] </screen> Results: see 1.png 2: <screen> <replaceable>--2008-09-05 12:06:03--</replaceable> http://localhost/testfile Resolving localhost... 127.0.0.1 Connecting to localhost|127.0.0.1|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 0 [text/plain] Saving to: `testfile' [ <=> ] 0 --.-K/s in 0s <replaceable>2008-09-05 12:06:03</replaceable> (0.00 B/s) - `testfile' saved [0/0] </screen> Results: see 2.png Expected results: A line break between "[ <=> ] 0 --.-K/s in 0s" and the date on the following line. I do not have to use replaceable here, so feel free to close...
Created attachment 315828 [details] No line break. This is not expected.
Actually the bug here is because the previous line is being line wrapped due to it's length. Introducing a non-verbatim element at this point introduces an interesting question as to what the correct result should be. If this is in HTML then it is a borwser issue. If it id PDF then it may be a tool chain issue. Please include such information when reporting visual issues as they varying outputs have unrelated tooling issues.
Previous screenshots are HTML in Firefox 3.0.1 (the naughty, upstream, non-packaged version). Same issue occurs in PDF (viewed with evince-0.6.0-8.el5).
Created attachment 315830 [details] No line breaks. Not expected
Bah. comment #4 is from PDF (evince-0.6.0-8.el5)
Non-verbatim tags are fully entitled to munch you white space, even when nested inside verbatim tags.