]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] DocBook/HTML: correction of recursive A tags in HTML output
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sat, 10 Feb 2007 09:45:37 +0000 (01:45 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:30 +0000 (10:51 -0800)
commit3cf217f913ad9c50d9aa4ac1ed56fb368defcfe0
treef24d07c64e40b1f3c9156ef025a432be5fffe9e0
parent5443e7ff355a5ac998f348100034929606e78678
[PATCH] DocBook/HTML: correction of recursive A tags in HTML output

The malformed HTML was generated after switch to XSLTPROC
from SGML tools. The reference title

  <refentrytitle><phrase id="API-struct-x">struct x</phrase></refentrytitle>

is converted into two recursive <a> tags

  <a href="re02.html"><span><a id="API-struct-x"></a>struct x</span></a>

There is more possible solutions for this problem.
One can be found at

  http://darkk.livejournal.com/

The proposed solution is based on suggestion provided by Jiri Kosek.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/kernel-doc