fix title containing angle brackets by quoting it.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/62a3bf9e Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/62a3bf9e Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/62a3bf9e Branch: refs/heads/staging/docs-grant1 Commit: 62a3bf9e5fca987da856b1415a49af1dc72ba82c Parents: 1218f20 Author: Dave Barnes <[email protected]> Authored: Wed Aug 31 14:57:07 2016 -0700 Committer: Dave Barnes <[email protected]> Committed: Wed Aug 31 14:57:07 2016 -0700 ---------------------------------------------------------------------- reference/topics/client-cache-elements-list.html.md.erb | 2 +- reference/topics/client-cache.html.md.erb | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/62a3bf9e/reference/topics/client-cache-elements-list.html.md.erb ---------------------------------------------------------------------- diff --git a/reference/topics/client-cache-elements-list.html.md.erb b/reference/topics/client-cache-elements-list.html.md.erb index 2b533cc..ee986b3 100644 --- a/reference/topics/client-cache-elements-list.html.md.erb +++ b/reference/topics/client-cache-elements-list.html.md.erb @@ -1,5 +1,5 @@ --- -title: <client-cache> Element Hierarchy +title: "<client-cache> Element Hierarchy" --- This section shows the hierarchy of `<client-cache>` element sub-elements that you use to configure Geode caches and clients. http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/62a3bf9e/reference/topics/client-cache.html.md.erb ---------------------------------------------------------------------- diff --git a/reference/topics/client-cache.html.md.erb b/reference/topics/client-cache.html.md.erb index bec9d2d..3ae87e0 100644 --- a/reference/topics/client-cache.html.md.erb +++ b/reference/topics/client-cache.html.md.erb @@ -1,7 +1,8 @@ +--- +title: "<client-cache> Element Reference" +--- <a id="cc-client-cache"></a> -# <client-cache> Element Reference - This section documents all `cache.xml` elements that you use to configure Geode clients. All elements are sub-elements of the `<client-cache>` element. For Geode server configuration, see [<cache> Element Reference](cache_xml.html). @@ -13,9 +14,9 @@ API: `com.gemstone.gemfire.cache.client.ClientCacheFactory` and `PoolFactory` in <table> <caption><span class="tablecap">Table 1. Attributes of <client-cache></span></caption> <colgroup> -<col width="33%" /> -<col width="33%" /> -<col width="33%" /> +<col width="25%" /> +<col width="50%" /> +<col width="25%" /> </colgroup> <thead> <tr class="header">
