summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2010-12-05 19:05:29 +0000
committerRobert Gemmell <robbie@apache.org>2010-12-05 19:05:29 +0000
commitb68574b5ddbca5aebf900d18118ae6873efb8f7d (patch)
tree9ff86911b26d492f19f967183f1d8d48c3e54a7e
parent4547e57a10379bf329554aaa2e2353f8eb52da65 (diff)
downloadqpid-python-b68574b5ddbca5aebf900d18118ae6873efb8f7d.tar.gz
fix issue with extraneous table entries, which was causing malformed html output and breaking the PDF generation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1042408 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/book/src/Programming-In-Apache-Qpid.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml
index f90fbec669..e1c8aedbf6 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -4302,8 +4302,7 @@ and the hierarchical relationships between them.
</row>
<row>
<entry namest="c1" nameend="c2" align="center">Constructor</entry>
- <entry> </entry>
- <entry>Constructor</entry> </row>
+ </row>
<row>
<entry>C++</entry>
<entry>Connection(const std::string&amp; url, const std::string&amp; options);</entry>
@@ -4314,8 +4313,7 @@ and the hierarchical relationships between them.
</row>
<row>
<entry namest="c1" nameend="c2" align="center">Copy Constructor</entry>
- <entry> </entry>
- <entry>Copy constructor</entry> </row>
+ </row>
<row>
<entry>C++</entry>
<entry>Connection(const Connection&amp;);</entry>