You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Ronan O'Sullivan (JIRA)" <ji...@apache.org> on 2018/03/07 03:53:00 UTC

[jira] [Commented] (TIKA-2599) Hyperlink surrounded by Italics not closed Properly

    [ https://issues.apache.org/jira/browse/TIKA-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16388973#comment-16388973 ] 

Ronan O'Sullivan commented on TIKA-2599:
----------------------------------------

Attaching diff of fix to JIRA. Cannot create review board as git diff is not submitting to reviewboard..

> Hyperlink surrounded by Italics not closed Properly
> ---------------------------------------------------
>
>                 Key: TIKA-2599
>                 URL: https://issues.apache.org/jira/browse/TIKA-2599
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.14, 1.15, 1.16, 1.17
>         Environment: Any
>            Reporter: Ronan O'Sullivan
>            Priority: Minor
>         Attachments: diff-TIKA-2599.txt, testWord_italicsSurroundingHyperlink.doc
>
>
> If a Word document contains a hyperlink surrounded by italicized text, the resulting xhtml is:
>  
> <p><i>Italic Test before link <a href="http://www.google.com"/><b><i><u>hyperlink italics</u></i></b></a><i> Italic text after hyperlink</i></p>
>  
> The opening italics tag is not closed which is not valid XHTML.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)