Skip to content

Commit 88ca822

Browse files
committedSep 20, 2012
Better test html table
1 parent caa342b commit 88ca822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/testdata/html_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<link href="bootstrap.css" media="all" rel="stylesheet" type="text/css" />
44
</head>
5-
<body bgcolor='#ffffff'>
5+
<body>
66
<table class="table table-striped table-bordered condensed">
77
<tbody>
88
<tr><td>1 Foo data</td><td>Bar data</td></tr>

0 commit comments

Comments
 (0)
Please sign in to comment.