Comment 2 for bug 1702328

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstackdocstheme (master)

Reviewed: https://review.openstack.org/480242
Committed: https://git.openstack.org/cgit/openstack/openstackdocstheme/commit/?id=d727e522b910e29b245d394cb8199a67477dd157
Submitter: Jenkins
Branch: master

commit d727e522b910e29b245d394cb8199a67477dd157
Author: Stephen Finucane <email address hidden>
Date: Tue Jul 4 16:48:49 2017 +0100

    Strip tags from navigation prev, next titles

    Per the Sphinx documentations:

      next - The next document for the navigation. This variable is either
      false or has two attributes link and title. The title contains HTML
      markup.

      prev - Like next, but for the previous page.

    If using the title value inside an element attribute, we need to ensure
    the HTML tags mentioned above are stripped. Failure to do so results in
    corrupted output.

    Change-Id: I5fde1e6fc4d7966fcd3e767c79535202f3b41a71
    Closes-Bug: #1702328