Boost C++ Libraries: Ticket #1171: Quickbook title output https://svn.boost.org/trac10/ticket/1171 <p> See <a class="ext-link" href="http://tinyurl.com/2nrn7k"><span class="icon">​</span>http://tinyurl.com/2nrn7k</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1171 Trac 1.4.3 Daniel James Thu, 16 Apr 2009 08:06:20 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1171#comment:1 https://svn.boost.org/trac10/ticket/1171#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> John Maddock: </p> <blockquote> <p> Any chance of a minor patch to quickbook so it doesn't split section titles across multiple lines? </p> </blockquote> <blockquote> <p> For example: </p> </blockquote> <blockquote> <p> <code>[section:mbessel Modified Bessel Functions of the First and Second Kinds]</code> </p> </blockquote> <blockquote> <p> Ends up as: </p> </blockquote> <pre class="wiki"> &lt;title&gt;&lt;link linkend="math_toolkit.special.bessel.bessel"&gt; Bessel Functions of the First and Second Kinds&lt;/link&gt;&lt;/title&gt; </pre><blockquote> <p> Then when XSLT-&gt;HTML generates the "title" attribute of links into that section, it helpfully preserves the newlines and whitespace, leading to popup tooltips that either contain "bad characters" (Firefox), or which are split over multiple lines complete with surplus whitespace (IE7). </p> </blockquote> <p> Someone changed the output of quickbook so that the linkend is no longer part of the title so newlines are less likely. But they still happen for very long titles. </p> <p> But I don't think this is a quickbook bug, it's a docbook bug that it was generating invalid title attributes. And it appears to be fixed in the latest docbook xsl stylesheets. </p> Ticket