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 cat='proj'>
|
||||
<title>Clang, <tt>llvm</tt>, and <tt>lldb</tt> Updated to
|
||||
3.5.0</title>
|
||||
<title>Clang, <tt>llvm</tt>, and <tt>lldb</tt> Updated to 3.5.0</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
|
@ -2403,8 +2402,7 @@
|
|||
</project>
|
||||
|
||||
<project cat='bin'>
|
||||
<title><tt>libxo</tt>: Generate Text, XML, JSON, and HTML
|
||||
Output</title>
|
||||
<title><tt>libxo</tt>: Generate Text, XML, JSON, and HTML Output</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
|
@ -2628,11 +2626,9 @@
|
|||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="https://github.com/swills/FreeBSD-gcloud">The script
|
||||
used to create gcloud images</url>
|
||||
<url href="https://github.com/swills/FreeBSD-gcloud">The script used to create gcloud images</url>
|
||||
<url
|
||||
href="https://plus.google.com/112202779615695172291/posts/eYajb8JKerY">More
|
||||
detail on how to create and use a gcloud image</url>
|
||||
href="https://plus.google.com/112202779615695172291/posts/eYajb8JKerY">More detail on how to create and use a gcloud image</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue