jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 1
  • MAVEN-396

<head> tag in xdoc yields incorrect html

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0-beta-10
  • Component/s: None
  • Labels:
    None

Description

if you have

<head>
a
</head> in your xdoc, then the html is generated as

<html>
<head>
stuff
<head>
a
</head>
</head>
<body/>
</html>

This is clearly incorrect.

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    maven-396.diff
    08/Jun/03 1:27 AM
    1 kB
    Brett Porter

Issue Links

is depended upon by

Task - A task that needs to be done. MAVEN-401 Release maven-b10

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Brett Porter added a comment - 08/Jun/03 1:27 AM

patch for this. It won't actually work with <head>a</head> as it just selects tags under <head> (eg meta), but I think that is expected?

If not - I can easily make a different one to copy all text.

Show
Brett Porter added a comment - 08/Jun/03 1:27 AM patch for this. It won't actually work with <head>a</head> as it just selects tags under <head> (eg meta), but I think that is expected? If not - I can easily make a different one to copy all text.
Hide
Permalink
Ben Walding added a comment - 10/Jun/03 9:05 AM

Patch applied.

Thanks Brett.

Show
Ben Walding added a comment - 10/Jun/03 9:05 AM Patch applied. Thanks Brett.

People

  • Assignee:
    Ben Walding
    Reporter:
    Ben Walding
Vote (0)
Watch (0)

Dates

  • Created:
    14/Apr/03 9:07 AM
    Updated:
    08/Mar/06 10:46 PM
    Resolved:
    10/Jun/03 9:06 AM

Time Tracking

Estimated:
20m
Original Estimate - 20 minutes
Remaining:
20m
Remaining Estimate - 20 minutes
Logged:
Not Specified
Time Spent - Not Specified
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.