Details
- Reviewers
wblock remko bcr - Commits
- rD47120: - address chapter 10 improperly linking to itself
Diff Detail
- Repository
- rD FreeBSD doc repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
porters-handbook/upgrading/chapter.xml | ||
---|---|---|
275 โ | (On Diff #7232) | It might be a little clearer if the link description was the entire "problem report submission guidelines" string. Thanks! |
porters-handbook/upgrading/chapter.xml | ||
---|---|---|
5 โ | (On Diff #7264) | There should be no whitespace between the tag and the content: ...writing.html">problem |
Phabricator says there is a change there, but I can't tell what it was. There is still a newline and spaces between the opening <link> tag and the contents.
That is the indent. You asked me to remove the whitespace, and I believe I did. If you could look at the raw diff, perhaps that will clarify what is going on. If not, I will work through this until it is correct.
The whitespace being referred to was the newline at the end of the <link> tag (ignore the indent):
Currently:
xlink:href="&url.articles.problem-reports;/pr-writing.html"> problem report submission guidelines</link>.</para>
That newline should not be there, it will render as a space on the leading part of the highlighted link (like _problem). It should be:
xlink:href="&url.articles.problem-reports;/pr-writing.html">problem report submission guidelines</link>.</para>
With no whitespace (horizontal or vertical) in between ">" and "problem". Likewise with the closing tag: "guidelines</link>".