Skip to content

Commit 394fb15

Browse files
committed
Remove outmoded ampersand encoding
1 parent 51b06de commit 394fb15

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@
6363
},
6464
"devDependencies": {
6565
"@fortawesome/fontawesome-free": "~6.7",
66-
"add-dist-header": "~1.4",
66+
"add-dist-header": "~1.5",
6767
"browser-sync": "~3.0",
68-
"copy-file-util": "~1.2",
68+
"copy-file-util": "~1.3",
6969
"copy-folder-util": "~1.1",
7070
"dna-engine": "~3.2",
7171
"hamburger-menu": "~0.6",
7272
"jshint": "~2.13",
7373
"less": "~4.3",
74-
"replacer-util": "~1.3",
74+
"replacer-util": "~1.4",
7575
"rev-web-assets": "~1.4",
7676
"rimraf": "~6.0",
7777
"run-scripts-util": "~1.3",
7878
"uglify-js": "~3.19",
79-
"w3c-html-validator": "~1.8",
80-
"web-ignition": "~2.3"
79+
"w3c-html-validator": "~1.9",
80+
"web-ignition": "~2.4"
8181
}
8282
}

website/root/faq/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h2>How do I get past the "Not Opened" security warning?</h2>
215215
<i>Steps:</i><br>
216216
<b>Apple Menu (<i data-brand=apple></i>) &nbsp;&rarr;&nbsp;
217217
System Settings... &nbsp;&rarr;&nbsp;
218-
Privacy &amp; Security &nbsp;&rarr;&nbsp;
218+
Privacy & Security &nbsp;&rarr;&nbsp;
219219
Security &nbsp;&rarr;&nbsp;
220220
"Open Anyway"</b>
221221
</p>

website/root/screen/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Preview</h2>
1414
<a href=windows.html><img src=../graphics/os-icons/windows.svg alt=windows></a>
1515
</p>
1616
<figure>
17-
<figcaption>Apple macOS look &amp; feel</figcaption>
17+
<figcaption>Apple macOS look & feel</figcaption>
1818
<img src=../graphics/screenshots/mac.png alt=macos>
1919
</figure>
2020
<p class=external-site>

website/root/screen/ubuntu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Preview</h2>
1414
<a href=windows.html><img src=../graphics/os-icons/windows.svg alt=windows></a>
1515
</p>
1616
<figure>
17-
<figcaption>Ubuntu GTK+ look &amp; feel</figcaption>
17+
<figcaption>Ubuntu GTK+ look & feel</figcaption>
1818
<img src=../graphics/screenshots/ubuntu.png alt=ubuntu>
1919
</figure>
2020
<p class=external-site>

website/root/screen/windows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2>Preview</h2>
1414
<a href=windows.html><img src=../graphics/os-icons/windows.svg alt=windows></a>
1515
</p>
1616
<figure>
17-
<figcaption>Microsoft Windows look &amp; feel</figcaption>
17+
<figcaption>Microsoft Windows look & feel</figcaption>
1818
<img src=../graphics/screenshots/windows.png alt=windows>
1919
</figure>
2020
<p class=external-site>

website/root/translate/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ <h3>Examine the Properties File</h3>
5555
<h3>Become Famous</h3>
5656
Well, we can't make you a rock star, but we will definitely give you
5757
<a href=../about>credit</a> in the Snap Backup "About" box for your
58-
translation work.&nbsp; Snap Backup is downloaded at a rate of about
59-
40,000 times a year.
58+
translation work.&nbsp;
59+
Snap Backup is downloaded at a rate of about 40,000 times a year.
6060
<br><br>
6161
</li>
6262
</ol>
@@ -73,9 +73,9 @@ <h2>Notes About Translating</h2>
7373
</p>
7474
<p>
7575
The default fast key (mnemonic) for menu items and buttons is the first
76-
character of the displayed text.&nbsp; To designate a different character as
77-
the fast key, insert an "&amp;" just before the character desired to be the fast
78-
key.
76+
character of the displayed text.&nbsp;
77+
To designate a different character as the fast key, insert an "&" just before the
78+
character desired to be the fast key.
7979
</p>
8080
</section>
8181

website/snap-backup.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,6 @@ nav.hamburger-menu aside ul li >a:hover {
202202
margin-left: 20px;
203203
}
204204
});
205-
.MobileMode(@lessRules) { //selects iPhone 6/6s/7/8/SE2/SE3 landscape and anything narrower
205+
.MobileMode(@lessRules) { //selects iPhone SE (3rd gen) landscape and anything narrower
206206
@media (max-width: 667px) { @lessRules(); }
207207
}

0 commit comments

Comments
 (0)