muse-html: Fix bug involving use of <sup> in section titles for <contents>
commitbfcd2e7adc5e01ff88d4cf552e2091550c6027d2
authorMichael W. Olson <mwolson@gnu.org>
Mon, 13 Aug 2007 01:53:10 +0000 (12 21:53 -0400)
committerMichael W. Olson <mwolson@gnu.org>
Mon, 13 Aug 2007 01:53:10 +0000 (12 21:53 -0400)
treed13c4171d73ee1d59480d37cba706b375f98966a
parent9ada7d1535d034c10fd315cbe6e7fccec470ebb7
muse-html: Fix bug involving use of <sup> in section titles for <contents>

* lisp/muse-html.el (muse-html-strip-links): New function that strips
  HTML links from a string.
  (muse-html-insert-contents): Use it, instead of
  muse-publish-strip-tags.  This fixes a bug reported by Xin Shi
  involving the use of <sup> in section titles.

* lisp/muse-publish.el (muse-publish-strip-tags): Remove, since it is no
  longer used.
lisp/muse-html.el
lisp/muse-publish.el