[
https://issues.apache.org/jira/browse/SANDBOX-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670530#action_12670530
]
Ken Tanaka commented on SANDBOX-278:
------------------------------------
I see that my description was incomplete. It should have read:
Some of the preformatted code examples in
pipeline/trunk/src/site/xdoc/pipeline_basics.xml render with unintended
linebreaks. I'm seeing this with the Firefox browser (v. 3.0.5 on linux) in
code samples using bold face words entered in the pipeline_basics.xml file as
"<b>text</b>" but render with a line break after the "</b>" tag. Rewriting the
document with '<span style="font-weight:bold;">text</span>' appears to render
correctly. This only applies to the code samples where "<b>...</b>" is used
within the "<pre>...</pre>" tags.
A corrective patch is attached.
> stray line breaks in pipeline_basics tutorial code examples
> -----------------------------------------------------------
>
> Key: SANDBOX-278
> URL: https://issues.apache.org/jira/browse/SANDBOX-278
> Project: Commons Sandbox
> Issue Type: Bug
> Components: Pipeline
> Environment:
> http://commons.apache.org/sandbox/pipeline/pipeline_basics.html rendering in
> Firefox 3.0.5 on Linux
> Reporter: Ken Tanaka
> Priority: Trivial
> Attachments: pipeline-xdoc.patch
>
> Original Estimate: 0.25h
> Remaining Estimate: 0.25h
>
> Some of the preformatted code examples in
> pipeline/trunk/src/site/xdoc/pipeline_basics.xml render with unintended
> linebreaks. that include bold face words use "<b>text</b>" but render with a
> line break after the "</b>" tag. Rewriting the document with '<span
> style="font-weight:bold;">text</span>'
> A corrective patch is attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.