diff options
Diffstat (limited to 'html-test/ref/Table.html')
-rw-r--r-- | html-test/ref/Table.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/html-test/ref/Table.html b/html-test/ref/Table.html index 62e2a5d7..462f7ca5 100644 --- a/html-test/ref/Table.html +++ b/html-test/ref/Table.html @@ -14,8 +14,8 @@ ></head ><body ><div id="package-header" - ><div class="caption empty" - ></div + ><span class="caption empty" + ></span ><ul class="links" id="page-menu" ><li ><a href="#" @@ -177,16 +177,16 @@ ><thead ><tr ><th - > Header row, column 1 + > Header row, column 1 (header rows optional) </th ><th - > Header 2 + > Header 2 </th ><th - > Header 3 + > Header 3 </th ><th - > Header 4 + > Header 4 </th ></tr ></thead @@ -215,12 +215,12 @@ ><td > body row 3 </td ><td rowspan="2" - > Cells may - span rows. + > Cells may + span rows. </td ><td colspan="2" rowspan="2" - > \[ - f(n) = \sum_{i=1} + > \[ + f(n) = \sum_{i=1} \] </td ></tr ><tr @@ -237,4 +237,4 @@ ></div ></body ></html ->
\ No newline at end of file +> |