Fix direct links to the clang and libxo reports
Newlines within the <title> element are retained and processed into HTML-encoded newlines in the anchor ids, which do not function as desired. Thanks to Mark Eichin for the diagnosis. While here, un-wrap a couple of <url> elements, as the hover-text renders poorly when newlines are included there as well. Approved by: hrs (mentor, blanket)
This commit is contained in:
parent
9acfd12bed
commit
40c24e33ed
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46217
1 changed files with 4 additions and 8 deletions
|
@ -1370,8 +1370,7 @@
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
<project cat='proj'>
|
<project cat='proj'>
|
||||||
<title>Clang, <tt>llvm</tt>, and <tt>lldb</tt> Updated to
|
<title>Clang, <tt>llvm</tt>, and <tt>lldb</tt> Updated to 3.5.0</title>
|
||||||
3.5.0</title>
|
|
||||||
|
|
||||||
<contact>
|
<contact>
|
||||||
<person>
|
<person>
|
||||||
|
@ -2403,8 +2402,7 @@
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
<project cat='bin'>
|
<project cat='bin'>
|
||||||
<title><tt>libxo</tt>: Generate Text, XML, JSON, and HTML
|
<title><tt>libxo</tt>: Generate Text, XML, JSON, and HTML Output</title>
|
||||||
Output</title>
|
|
||||||
|
|
||||||
<contact>
|
<contact>
|
||||||
<person>
|
<person>
|
||||||
|
@ -2628,11 +2626,9 @@
|
||||||
</contact>
|
</contact>
|
||||||
|
|
||||||
<links>
|
<links>
|
||||||
<url href="https://github.com/swills/FreeBSD-gcloud">The script
|
<url href="https://github.com/swills/FreeBSD-gcloud">The script used to create gcloud images</url>
|
||||||
used to create gcloud images</url>
|
|
||||||
<url
|
<url
|
||||||
href="https://plus.google.com/112202779615695172291/posts/eYajb8JKerY">More
|
href="https://plus.google.com/112202779615695172291/posts/eYajb8JKerY">More detail on how to create and use a gcloud image</url>
|
||||||
detail on how to create and use a gcloud image</url>
|
|
||||||
</links>
|
</links>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue