fixed href by adding quotation marks
authorAndrew Engelbrecht <andrew@fsf.org>
Thu, 15 Jul 2021 20:13:53 +0000 (16:13 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Thu, 15 Jul 2021 20:13:53 +0000 (16:13 -0400)
en/index.html

index 532dff2ecfee0063162096001c40046dfff96a3c..564c07474eb52e39ad9888b64ce1e698b0ec7d63 100644 (file)
@@ -823,7 +823,7 @@ takes a few hours for them to match each other when a new key is uploaded.</p>
 <br />
 
 <h6>Export your key to a file</h6>
-<p>Use the following command to export your secret key so you can import it into your email client at the next <a href=#section3>step</a>. To avoid getting your key compromised, store this in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Exporting your keys can be done with the following commands:</p>
+<p>Use the following command to export your secret key so you can import it into your email client at the next <a href="#section3">step</a>. To avoid getting your key compromised, store this in a safe place, and make sure that if it is transferred, it is done so in a trusted way. Exporting your keys can be done with the following commands:</p>
 
 <span style="color:#2f5faa; font-family: monospace;">
 $ gpg --export-secret-keys -a [keyid] > my_secret_key.asc<br/>