Date: Wed, 19 Aug 2015 07:18:23 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Glen Barber <gjb@FreeBSD.org> Cc: Warren Block <wblock@FreeBSD.org>, doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: Re: svn commit: r47280 - head/en_US.ISO8859-1/htdocs Message-ID: <alpine.BSF.2.20.1508190704030.1833@wonkity.com> In-Reply-To: <20150819034852.GM24069@FreeBSD.org> References: <201508190334.t7J3Y998094711@repo.freebsd.org> <20150819034852.GM24069@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 19 Aug 2015, Glen Barber wrote: > On Wed, Aug 19, 2015 at 03:34:09AM +0000, Warren Block wrote: >> Author: wblock >> Date: Wed Aug 19 03:34:09 2015 >> New Revision: 47280 >> URL: https://svnweb.freebsd.org/changeset/doc/47280 >> >> Log: >> Remove the line break between the Production versions that looks like a >> line wrap on the main page. Pointed out by Chris Petrik. >> >> Modified: >> head/en_US.ISO8859-1/htdocs/index.xsl >> >> Modified: head/en_US.ISO8859-1/htdocs/index.xsl >> ============================================================================== >> --- head/en_US.ISO8859-1/htdocs/index.xsl Wed Aug 19 03:03:29 2015 (r47279) >> +++ head/en_US.ISO8859-1/htdocs/index.xsl Wed Aug 19 03:34:09 2015 (r47280) >> @@ -100,7 +100,7 @@ >> <h2><a href="&base;/releases/">LATEST RELEASES</a></h2> >> <ul id="frontreleaseslist"> >> <li>Production: <a >> - href="&u.rel.announce;">&rel.current;</a>,<br /> >> + href="&u.rel.announce;">&rel.current;</a>, >> <a >> href="&u.rel2.announce;">&rel2.current;</a></li> >> <xsl:if test="'&beta.upcoming;' != 'IGNORE'"> >> > > I think this was intentional when there were three supported releases, > as it helped keep the 'Latest Releases' somewhat linear (visually) in > the rendered page. That was my guess. But the end result looked like an unintentional wrap of content that was too wide for a box. If the concern is that the version numbers appear to blend together, we could use the full name. 10.2-RELEASE rather than just 10.2, for example.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1508190704030.1833>