]
Marek Novotny closed JBSEAM-5090.
---------------------------------
Resolution: Done
fixed by correcting Seam documentation and iText demo source
Seam Text documentation falsely claims that forward slash creates
italics
-------------------------------------------------------------------------
Key: JBSEAM-5090
URL:
https://issues.jboss.org/browse/JBSEAM-5090
Project: Seam 2
Issue Type: Bug
Components: Documentation Issues
Reporter: Ron Šmeral
Assignee: Marek Novotny
Fix For: 2.3.1.CR1
Seam Text
[
documentation|http://docs.jboss.org/seam/latest/reference/en-US/html_sing...]
currently contains several code examples that show that the forward slash is translated
into HTML italics tag <i>, like the following:
{panel}
{code}
You /must/ have some text following a heading!
{code}
HTML result:
{code}
You <i>must</i> have some text following a heading!
{code}
{panel}
which does not work, since this is not even included in the Seam Text grammar file, which
defines only the star ( * ) as the symbol for emphasis (translated into italics).
The examples in the documentation need to be fixed, and this also affects the Seam iText
example and its HTML Conversion feature, which uses Seam Text and includes a text with the
forward slashes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: