Details
Details
- Reviewers
wblock - Group Reviewers
Core Team - Commits
- rD48829: Update description of FreeBSD/arm64
Diff Detail
Diff Detail
- Repository
- rD FreeBSD doc repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
We try to use &os; instead of the literal FreeBSD in text. Other than that, the only thing this needs is a separate whitespace commit to remove the linefeeds between the opening <a> tags and the content. That should be:
<a href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Tier 1</a>
Any whitespace between the > and the content renders as a space in the link.
Comment Actions
Yeah, I managed to get one &os; but missed the other.
Other than that, the only thing this needs is a separate whitespace commit to remove the linefeeds between the opening <a> tags and the content. That should be:
<a href="&base;/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Tier 1</a>Any whitespace between the > and the content renders as a space in the link.
Ah, ok. So I'll make that change first, then add my new content.