Details
Details
- Reviewers
wblock - Group Reviewers
Core Team - Commits
- rD48829: Update description of FreeBSD/arm64
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
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.