You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/01/01 21:43:03 UTC

[09/10] guacamole-manual git commit: GUACAMOLE-363: Add para tags to text for lisitem entries.

GUACAMOLE-363: Add para tags to text for lisitem entries.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/78ac7359
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/78ac7359
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/78ac7359

Branch: refs/heads/staging/0.9.14
Commit: 78ac73593fd00de26ed693ff5605e87c4b2a97de
Parents: 08ec9dd
Author: Nick Couchman <vn...@apache.org>
Authored: Mon Jan 1 16:36:36 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Jan 1 16:36:36 2018 -0500

----------------------------------------------------------------------
 src/chapters/jdbc-auth.xml | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/78ac7359/src/chapters/jdbc-auth.xml
----------------------------------------------------------------------
diff --git a/src/chapters/jdbc-auth.xml b/src/chapters/jdbc-auth.xml
index cff15a2..d840800 100644
--- a/src/chapters/jdbc-auth.xml
+++ b/src/chapters/jdbc-auth.xml
@@ -124,19 +124,27 @@
                         <variablelist>
                             <varlistentry>
                                 <term>microsoft2005</term>
-                                <listitem>The current Microsoft driver, supporting SQL Server 2005 and later.</listitem>
+                                <listitem>
+                                    <para>The current Microsoft driver, supporting SQL Server 2005 and later.</para>
+                                </listitem>
                             </varlistentry>
                             <varlistentry>
                                 <term>microsoft</term>
-                                <listitem>The legacy SQL Server support.</listitem>
+                                <listitem>
+                                    <para>The legacy SQL Server support.</para>
+                                </listitem>
                             </varlistentry>
                             <varlistentry>
                                 <term>jtds</term>
-                                <listitem>The open source JTDS driver.</listitem>
+                                <listitem>
+                                    <para>The open source JTDS driver.</para>
+                                </listitem>
                             </varlistentry>
                             <varlistentry>
                                 <term>datadirect</term>
-                                <listitem>The Progress Sybase driver.</listitem>
+                                <listitem>
+                                    <para>The Progress Sybase driver.</para>
+                                </listitem>
                             </varlistentry>
                         </variablelist>
                     </para>