aboutsummaryrefslogtreecommitdiffstats
path: root/lib/docbuilder
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2010-08-27 09:49:42 +0200
committerLars Thorsen <[email protected]>2010-08-27 09:49:42 +0200
commit342b8ecce99c2fb88919eb5decec9fe6437177ab (patch)
tree68cb81dbe6ca43df6bc60ea1eb407972cb08e18a /lib/docbuilder
parent1a3e9c8d43a7622f17b3e5799c01f31358a6a0b9 (diff)
downloadotp-342b8ecce99c2fb88919eb5decec9fe6437177ab.tar.gz
otp-342b8ecce99c2fb88919eb5decec9fe6437177ab.tar.bz2
otp-342b8ecce99c2fb88919eb5decec9fe6437177ab.zip
Fixed problem with tbody when all tables are handled the same.
Diffstat (limited to 'lib/docbuilder')
-rw-r--r--lib/docbuilder/src/docb_edoc_xml_cb.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/docbuilder/src/docb_edoc_xml_cb.erl b/lib/docbuilder/src/docb_edoc_xml_cb.erl
index 6700887f82..90491bc007 100644
--- a/lib/docbuilder/src/docb_edoc_xml_cb.erl
+++ b/lib/docbuilder/src/docb_edoc_xml_cb.erl
@@ -360,6 +360,8 @@ otp_xmlify_e(#xmlElement{name=table} = E) -> % 6)
Content = Content0 ++ [TCaption],
[E#xmlElement{attributes=[], content=Content}]
end;
+otp_xmlify_e(#xmlElement{name=tbody} = E) ->
+ otp_xmlify_e(E#xmlElement.content);
otp_xmlify_e(#xmlElement{name=sup} = E) -> % 7)
Text = get_text(E),
[#xmlText{parents = E#xmlElement.parents,