When generating quarterly status report, remove extra spaces between sponsors.
Create a table for URLs, so both the link description and the URL can be seen.
Details
Details
- Reviewers
- None
- Group Reviewers
doceng
% doc/en_US.ISO8859-1/htdocs/news/status
% make
Review generated HTML files.
Diff Detail
Diff Detail
- Repository
- rD FreeBSD doc repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Additional refinement to prevent line breaks in URL descriptions from showing oddly in mouseover popups ("tooltips"). For example, wrapped URL descriptions in the source, like
<a href="..">This long document requires
lots of words to describe</a>
showed in the mouseover as two lines with an odd indent:
This long document requires
lots of words to describe
The new template uses normalize-space to render that as a single line.