diff --git a/openstackdocstheme/theme/openstackdocs/layout.html b/openstackdocstheme/theme/openstackdocs/layout.html index e7177e6b..e5e2947c 100644 --- a/openstackdocstheme/theme/openstackdocs/layout.html +++ b/openstackdocstheme/theme/openstackdocs/layout.html @@ -64,10 +64,10 @@ ga('send', 'pageview');
{% if prev %} - + {% endif %} {% if next %} - + {% endif %} {%- if bug_project %} diff --git a/openstackdocstheme/theme/openstackdocs/titlerow.html b/openstackdocstheme/theme/openstackdocs/titlerow.html index 9549f61e..be18e117 100644 --- a/openstackdocstheme/theme/openstackdocs/titlerow.html +++ b/openstackdocstheme/theme/openstackdocs/titlerow.html @@ -8,10 +8,10 @@
{% if prev %} - + {% endif %} {% if next %} - + {% endif %} {%- if bug_project %} diff --git a/releasenotes/notes/strip-html-tags-from-navigation-titles-929c92a339413015.yaml b/releasenotes/notes/strip-html-tags-from-navigation-titles-929c92a339413015.yaml new file mode 100644 index 00000000..7bc9eb02 --- /dev/null +++ b/releasenotes/notes/strip-html-tags-from-navigation-titles-929c92a339413015.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + The navigation links now correctly strip HTML from titles, allowing for + use of markup like literal backticks in titles.