svn commit: r47280 - head/en_US.ISO8859-1/htdocs
Warren Block
wblock at wonkity.com
Wed Aug 19 13:18:25 UTC 2015
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.
More information about the svn-doc-all
mailing list