Details
-
Type:
Wish
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
<sitemap>
<section>
<name>About</name>
<page>index.html</page>
<link title="JavaDoc">javadoc/index.html</link>
<page>download.html</page>
</section>
</sitemap>
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mauro Talevi [ maurotalevi ] | Joerg Schaible [ joehni ] |
| Resolution | Won't Fix [ 2 ] | |
| Fix Version/s | 1.0-beta-8 [ 13608 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
oops.
the above becomes ....
<html>
<body>
<h1>About</h1>
<a href="/index.html"/a>
<a href="javadoc/index.html"/a>
<a href="/download.html"/a>
</body>
</html>