Updated Branches: refs/heads/master 322bc9c5d -> b81f82414
Fix docs build, cols should be equal to the number of columns Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b81f8241 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b81f8241 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b81f8241 Branch: refs/heads/master Commit: b81f82414081b71e50de4732fc6d9b16d14f973e Parents: 322bc9c Author: Hugo Trippaers <[email protected]> Authored: Mon Jul 15 08:52:39 2013 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Jul 15 08:52:39 2013 +0200 ---------------------------------------------------------------------- docs/en-US/network-service-providers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b81f8241/docs/en-US/network-service-providers.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/network-service-providers.xml b/docs/en-US/network-service-providers.xml index 4d21f4c..32f36ae 100644 --- a/docs/en-US/network-service-providers.xml +++ b/docs/en-US/network-service-providers.xml @@ -44,7 +44,7 @@ choose from this list when creating a network offering.</para> </formalpara> <informaltable> - <tgroup cols="6" align="left" colsep="1" rowsep="1"> + <tgroup cols="7" align="left" colsep="1" rowsep="1"> <colspec colnum="1" colname="c1" colwidth="1.64*"/> <colspec colnum="2" colname="c2" colwidth="1.48*"/> <colspec colnum="3" colname="c3" colwidth="1.11*"/>
