diff --git a/static/feed_style.xsl b/static/feed_style.xsl index ed8e8545a..9d7ad6a69 100644 --- a/static/feed_style.xsl +++ b/static/feed_style.xsl @@ -42,7 +42,7 @@ -

+  

diff --git a/templates/page.html b/templates/page.html index 9c4ca4b99..166a1a048 100644 --- a/templates/page.html +++ b/templates/page.html @@ -88,7 +88,7 @@

{# Show link to remote changes if enabled #} {% if config.extra.remote_repository_url and macros_settings::evaluate_setting_priority(setting="show_remote_changes", page=page, default_global_value=true) == "true" %} {{ separator }} -
  • {{ macros_translate::translate(key="see_changes", default="See changes", language_strings=language_strings) }}
  • +
  • {{ macros_translate::translate(key="see_changes", default="See changes", language_strings=language_strings) }} 
  • {% endif %} {% endif %}