Skip to content

Commit ad341c5

Browse files
committed
fix(security): remove orphaned listing, typos
1 parent ec76adf commit ad341c5

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

src/main/xar-resources/data/security/listings/listing-6.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/main/xar-resources/modules/rvd-support.xql

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
xquery version "3.0";
22
(:============================================================================:)
3-
(:==
4-
Module with sypport functions for the review and diagnostics.
3+
(:==
4+
Module with support functions for the review and diagnostics.
55
==:)
66
(:============================================================================:)
77
(:== PROLOG: ==:)
@@ -79,5 +79,3 @@ declare function rvds:anchor-exists($doc as document-node(), $anchor as xs:strin
7979
};
8080

8181
(:============================================================================:)
82-
83-

src/main/xar-resources/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Documentation</a>
5656
<div class="dropdown-menu">
5757
<a class="dropdown-item" href="documentation.xml">Documentation</a>
58-
<a class="dropdown-item" href="author-reference.xml">author guidelines</a>
58+
<a class="dropdown-item" href="author-reference.xml">Author Guidelines</a>
5959
<a class="dropdown-item" href="getting-help.xml">Get Support</a>
6060
<div class="dropdown-divider"></div>
6161
<a class="dropdown-item" href="{${fundocs.pkg.abbrev}}/index.html">XQuery Functions</a>

src/test/cypress/integration/documentation_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ context('Documentation', () => {
6060
cy.get('.navbar')
6161
.find('#documentation')
6262
.click()
63-
.contains('author guidelines')
63+
.contains('Author Guidelines')
6464
.click()
6565
.url()
6666
.should('include', 'author-reference.xml')

0 commit comments

Comments
 (0)