Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 19:20:08 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47656 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201510241920.t9OJK8Rv033894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510241920.t9OJK8Rv033894>