nixos/manual: replace <quote> with quotes
pandoc will turn them back into <quote> elements once we turn smart quotes on (which we will not do at the start to keep diffs small).
This commit is contained in:
parent
21c0c631bc
commit
d6fb4b0738
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
Taskserver does all of its authentication via TLS using client certificates,
|
||||
so you either need to roll your own CA or purchase a certificate from a
|
||||
known CA, which allows creation of client certificates. These certificates
|
||||
are usually advertised as <quote>server certificates</quote>.
|
||||
are usually advertised as "server certificates".
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
|
@ -167,7 +167,7 @@ services.discourse = {
|
|||
<section xml:id="module-services-discourse-site-settings">
|
||||
<title>Site settings</title>
|
||||
<para>
|
||||
<quote>Site settings</quote> are the settings that can be
|
||||
"Site settings" are the settings that can be
|
||||
changed through the <productname>Discourse</productname>
|
||||
UI. Their <emphasis>default</emphasis> values can be set using
|
||||
<xref linkend="opt-services.discourse.siteSettings" />.
|
||||
|
|
Loading…
Reference in a new issue