diff --git a/src/main/content/_assets/js/builds.js b/src/main/content/_assets/js/builds.js index 2eb6492c4..55a69da66 100644 --- a/src/main/content/_assets/js/builds.js +++ b/src/main/content/_assets/js/builds.js @@ -313,23 +313,23 @@ function render_builds(builds, parent) { //========== Build the HTML for the download column containing file links var download_column = $( '' + - '' + download_arrow +'ZIP' + + '' + download_arrow +'ZIP' + // Optional sha2 file download button - (sha2_href ? '' + download_arrow +'SHA2' : '' ) + + (sha2_href ? '' + download_arrow +'SHA2' : '' ) + '' ); var verification_column = $( '' + // Optional sig file download button - (sig_href ? '' + download_arrow +'SIG' : '' ) + + (sig_href ? '' + download_arrow +'SIG' : '' ) + '' ); var verification_column2 = $( '' + // Optional sig file download button - (sig_href ? (pem_href.endsWith('.cer')?'' + download_arrow +'CER' :'' + download_arrow +'PEM' ): '' ) + + (sig_href ? (pem_href.endsWith('.cer')?'' + download_arrow +'CER' :'' + download_arrow +'PEM' ): '' ) + '' ); diff --git a/src/main/content/_assets/js/guide-static.js b/src/main/content/_assets/js/guide-static.js index d5e8c6439..8045515a6 100644 --- a/src/main/content/_assets/js/guide-static.js +++ b/src/main/content/_assets/js/guide-static.js @@ -26,7 +26,7 @@ $(document).ready(function () { '"' + prereq.link + '"' + - ' class="prereq notranslate" target="_blank">' + + ' class="prereq notranslate" target="_blank" rel="noopener noreferrer">' + prereq.name + ""; } @@ -97,7 +97,7 @@ $(document).ready(function () { ) { $(".skills_network_description").text(data.buttonLabel); var skills_network_button = $( - '' + '' ); skills_network_button.attr("href", skills_network_url); skills_network_button.attr("title", data.tooltipText); diff --git a/src/main/content/_assets/js/guides.js b/src/main/content/_assets/js/guides.js index 44b9d9afa..17cdb5301 100644 --- a/src/main/content/_assets/js/guides.js +++ b/src/main/content/_assets/js/guides.js @@ -669,7 +669,7 @@ $(document).ready(function () { $("#toc_column > #toc_container > ul").append( '
  • Expand' + + '" rel="noreferrer">Expand' + subcategory.subcategory_name + "
  • " ); diff --git a/src/main/content/_assets/js/issues.js b/src/main/content/_assets/js/issues.js index 0a88132bb..02e2ddcef 100644 --- a/src/main/content/_assets/js/issues.js +++ b/src/main/content/_assets/js/issues.js @@ -114,7 +114,7 @@ function update_tab_index() { function create_issue_element(index, ui_position) { var issue = issues[index]; - var issue_element = $(''); + var issue_element = $(''); issue_element.attr('href', issue.html_url); var bar_element = $('
    '); var title_element = $('

    '); diff --git a/src/main/content/_includes/end-of-guide.html b/src/main/content/_includes/end-of-guide.html index 2d2787bea..a1dec5581 100644 --- a/src/main/content/_includes/end-of-guide.html +++ b/src/main/content/_includes/end-of-guide.html @@ -57,9 +57,9 @@

    {% t endofguide.what_do_you_think_of_this_guid

    {% t endofguide.open_github_issue %}

    {% if page.layout == 'guide' or page.layout == 'guide-multipane' %} -
    {% t global.trans_yes %} + {% t global.trans_yes %} {% elsif page.layout == 'iguide-multipane' %} - {% t global.trans_yes %} + {% t global.trans_yes %} {% endif %} @@ -78,7 +78,7 @@

    {% t endofguide.need_help %}

    {% t endofguide.ask_ques_on_stackoverflow %}

    {% t endofguide.like_olio %}

    - {% t endofguide.star %} + {% t endofguide.star %}

    {% t endofguide.guide_license %}

    diff --git a/src/main/content/_includes/footer.html b/src/main/content/_includes/footer.html index 82a2ce466..187f018d2 100644 --- a/src/main/content/_includes/footer.html +++ b/src/main/content/_includes/footer.html @@ -12,10 +12,10 @@ @@ -24,11 +24,11 @@ diff --git a/src/main/content/_layouts/post.html b/src/main/content/_layouts/post.html index 4a7490df5..0747b4237 100644 --- a/src/main/content/_layouts/post.html +++ b/src/main/content/_layouts/post.html @@ -23,7 +23,7 @@ back to all blogs{% t blog.see_all_blog_posts %}
    {% assign page_title = page.title | replace: "'" , "\\\\'" %} - +

    {{ page.title | escape }}

    @@ -47,7 +47,7 @@

    {{ page.title | escape }}

    {% endfor %}
    {% if page.author_github %} - {{ page.author }} + {{ page.author }} {% else %} {{ page.author }} {% endif %} @@ -63,7 +63,7 @@

    {{ page.title | escape }}

    {% endif %} {% assign current = current | plus: 1 %} {% if author.github %} - {{ author.name }} + {{ author.name }} {% else %} {{ author.name }} {% endif %} @@ -101,7 +101,7 @@

    {{ page.title | escape }}

    {{ content }}
    {% assign page_title = page.title | replace: "'" , "\\\\'" %} - +
    @@ -18,11 +18,11 @@ diff --git a/src/main/content/antora_ui/src/partials/toolbar.hbs b/src/main/content/antora_ui/src/partials/toolbar.hbs index 514edbb9c..325872734 100644 --- a/src/main/content/antora_ui/src/partials/toolbar.hbs +++ b/src/main/content/antora_ui/src/partials/toolbar.hbs @@ -10,9 +10,8 @@ {{#unless (eq page.layout 'config') }} {{/unless}} {{/unless}} diff --git a/src/main/content/blog.html b/src/main/content/blog.html index a9c00a544..a8b867390 100644 --- a/src/main/content/blog.html +++ b/src/main/content/blog.html @@ -215,7 +215,7 @@

    {% endfor %} {% if post.author_github %} - + {{ post.author }} {% else %} @@ -323,7 +323,7 @@

    {% endfor %} {% if post.author_github %} - + {{ post.author }} {% else %} diff --git a/src/main/content/contribute.html b/src/main/content/contribute.html index 5e8d4ef25..66ef8ac00 100644 --- a/src/main/content/contribute.html +++ b/src/main/content/contribute.html @@ -25,7 +25,7 @@

    {% t contribute.ol_license_under_text %} - {% t contribute.epl_version %} + {% t contribute.epl_version %}

    @@ -49,7 +49,7 @@

    {% t contribute.getting_started %}

    {% t contribute.getting_started_paragraph %}

    - + {% t contribute.view_contributor_guidelines %} @@ -68,7 +68,7 @@

    {% t contribute.fix_a_bug %}

    {% t contribute.issue_text %}

    - {% t contribute.view_all_open_issues %} + {% t contribute.view_all_open_issues %}
    @@ -111,14 +111,14 @@

    {% t contribute.tools_and_test_title2 %}

    @@ -127,7 +127,7 @@

    {% t contribute.tools_and_test_title3 %}

    {% t contribute.tools_and_test_paragraph3 %}

    - + {% t contribute.learn_in_and_out_testing_oio %}
    @@ -154,14 +154,14 @@

    {% t contribute.ready_to_go_beyond %}

    diff --git a/src/main/content/guides.html b/src/main/content/guides.html index 5a8e8b678..3eca43560 100644 --- a/src/main/content/guides.html +++ b/src/main/content/guides.html @@ -200,6 +200,7 @@

    >{% t guides.checkout_and_raise_issue %} diff --git a/src/main/content/start.html b/src/main/content/start.html index 6fa3cd9c2..0334d327f 100644 --- a/src/main/content/start.html +++ b/src/main/content/start.html @@ -44,7 +44,7 @@

    {% t start.get_start_title %}

    -

    {% t start.starter_app_heading %}

    +

    {% t start.starter_app_heading %}

    @@ -135,20 +135,20 @@

    {% t start.generate_project_modal.heading %}

    -

    {% t start.add_to_existing_app.title %}

    +

    {% t start.add_to_existing_app.title %}

    {% t start.add_to_existing_app.sect_heading %}

    @@ -189,7 +189,7 @@

    {% t st {% t start.add_to_existing_app.try_guide_link %}

    {% t start.add_to_existing_app.gradle_docs_text %} - {% t start.add_to_existing_app.gradle_docs_link %} + {% t start.add_to_existing_app.gradle_docs_link %}

    @@ -213,7 +213,7 @@

    {% t st
    -

    {% t start.ide_tools.section_title %}

    +

    {% t start.ide_tools.section_title %}

    {% t start.ide_tools.section_text1 %}

    @@ -223,15 +223,15 @@

    diff --git a/src/main/content/support.html b/src/main/content/support.html index 9e79922da..5dd85a7ee 100644 --- a/src/main/content/support.html +++ b/src/main/content/support.html @@ -35,13 +35,13 @@

    {% t support.paid_support_includes %}

    - {% t + {% t support.find_out_more %}

    @@ -61,7 +61,7 @@

    {% t support.paid_support_includes %}