svn commit: r47656 - head/en_US.ISO8859-1/htdocs/news/status
Benjamin Kaduk
bjk at FreeBSD.org
Sat Oct 24 19:20:09 UTC 2015
Author: bjk
Date: Sat Oct 24 19:20:08 2015
New Revision: 47656
URL: https://svnweb.freebsd.org/changeset/doc/47656
Log:
Fix linking directly to the clang 3.7 report
The <title> element's contents cannot contain a newline with the present
state of the HTML-generation tools, so unwrap and tolerate this long line.
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml Sat Oct 24 19:06:00 2015 (r47655)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-07-2015-09.xml Sat Oct 24 19:20:08 2015 (r47656)
@@ -733,8 +733,7 @@
</project>
<project cat='proj'>
- <title>Clang, <tt>llvm</tt>, <tt>lldb</tt>, <tt>compiler-rt</tt>
- and <tt>libc++</tt> Updated to 3.7.0</title>
+ <title>Clang, <tt>llvm</tt>, <tt>lldb</tt>, <tt>compiler-rt</tt> and <tt>libc++</tt> Updated to 3.7.0</title>
<contact>
<person>
More information about the svn-doc-head
mailing list