If I have the input: \input texinfo
@node One @chapter One @node Section @section Section @node Two @chapter Two @bye in test.texi and run "texi2any --html test.texi", then in the output file One.html, in the <head> there is <link href="Section.html" rel="next" title="Section"> showing the Next node is "Section", whereas in the <body>, there is Next: <a href="Two.html" accesskey="n" rel="next">Two</a> showing the next node is "Two". Is this discrepancy deliberate? (This is with Texinfo 6.7.)
