Issue Details (XML | Word | Printable)

Key: DOXIA-309
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Vincent Siveton
Reporter: Malachi de AElfweald
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

Ligature in author name shows up on page

Created: 30/Apr/09 04:41 PM   Updated: 05/May/09 03:01 AM   Resolved: 03/May/09 08:40 AM
Return to search
Component/s: Core
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified

File Attachments: 1. File testcase.tgz (19 kB)

Environment: maven-site-plugin 2.1-SNAPSHOT w/ XDOC

Testcase included: yes


 Description  « Hide

followed these instructions to include the entity references:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/fml/faq.fml?annotate=739143&pathrev=739143

tried to set the author property:
<author email="malachid@gmail.com">Malachi de Ælfweald</author>

The AE-ligature shows up as the first character on the page (top-left corner)

Testcase attached
testcase.html shows:

<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta name="author" content="
Malachi de lfweald" />
Æ



Vincent Siveton added a comment - 03/May/09 08:40 AM

Fixed in r771053, snapshot deployed


Lukas Theussl added a comment - 03/May/09 09:13 AM

There is still a related issue: default entities like &amp; get un-escaped inside head, leading to invalid html output. Not sure if the problem is on the parser or sink side.


Vincent Siveton added a comment - 04/May/09 07:19 AM

take care of predefined entities.


Malachi de AElfweald added a comment - 04/May/09 10:34 AM

Verified that ligature in author is fixed