You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2018/01/01 22:22:20 UTC

[GitHub] guacamole-manual pull request #70: GUACAMOLE-243: Correct XML structure of "...

GitHub user mike-jumper opened a pull request:

    https://github.com/apache/guacamole-manual/pull/70

    GUACAMOLE-243: Correct XML structure of "ldap-operation-timeout" property.

    The documentation for the `ldap-operation-timeout` property added via #67 (part of [GUACAMOLE-243](https://issues.apache.org/jira/browse/GUACAMOLE-243)) contains an incorrectly-nested `<para>` which was clearly meant to be part of the empty `<listitem>` within the same `<varlistentry>`:
    
    https://github.com/apache/guacamole-manual/blob/eab8ae3da4655e6677d44a81ddad982feb28d03f/src/chapters/ldap-auth.xml#L428-L435
    
    The `<para>` just needs to be moved within the `<listitem>`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-jumper/guacamole-manual fix-docbook

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/guacamole-manual/pull/70.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #70
    
----
commit 702822df5fff0ba4d3e77a2e243a4c2ece2ac2dc
Author: Michael Jumper <mj...@...>
Date:   2018-01-01T22:13:44Z

    GUACAMOLE-243: Correct XML structure of "ldap-operation-timeout" property with respect to DocBook schema.

----


---

[GitHub] guacamole-manual pull request #70: GUACAMOLE-243: Correct XML structure of "...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/guacamole-manual/pull/70


---