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:
pennae
2023-01-04 04:01:06 +01:00
parent 21c0c631bc
commit d6fb4b0738
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
Taskserver does all of its authentication via TLS using client certificates, 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 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 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>
<para> <para>

View File

@@ -167,7 +167,7 @@ services.discourse = {
<section xml:id="module-services-discourse-site-settings"> <section xml:id="module-services-discourse-site-settings">
<title>Site settings</title> <title>Site settings</title>
<para> <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> changed through the <productname>Discourse</productname>
UI. Their <emphasis>default</emphasis> values can be set using UI. Their <emphasis>default</emphasis> values can be set using
<xref linkend="opt-services.discourse.siteSettings" />. <xref linkend="opt-services.discourse.siteSettings" />.