From 46fc81a2cacc7621d0f48becd920393eaa6174d9 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jan 29 2019 00:08:27 +0000 Subject: docs: drop HTML tags from howto doc When copying this page from Fedora's wiki, some HTML tags were missed in the translation. Translate the HTML tags to their reStructuredText equivalents. --- diff --git a/docs/source/server_howto.rst b/docs/source/server_howto.rst index d4d464a..0687244 100644 --- a/docs/source/server_howto.rst +++ b/docs/source/server_howto.rst @@ -95,7 +95,6 @@ koji components. :: -
     HOME                    = .
     RANDFILE                = .rand
 
@@ -349,7 +348,7 @@ currently hard coded into the koji client.
     Used by the koji-web server during communications with the koji-hub. This
     is a user principal that will authenticate koji-web to Kerberos as
     "koji/kojiweb@EXAMPLE.COM". Koji-web will proxy the mod_auth_gssapi user
-    information to koji-hub (the ProxyPrincipals koji-hub config
+    information to koji-hub (the ``ProxyPrincipals`` koji-hub config
     option).
 
 ``koji/kojira@EXAMPLE.COM``
@@ -468,7 +467,7 @@ Authorize Koji-web and Koji-hub resources
         local   koji        koji                              trust
 
     .. note::
-        To enforce password based logins to the database, change trust to md5.
+        To enforce password based logins to the database, change ``trust`` to ``md5``.
 
     ::