|
@@ -1037,7 +1037,8 @@ func (table *Table) FindTag() {
|
|
|
if table.Tag != "" {
|
|
|
return
|
|
|
}
|
|
|
- t1, _ := table.Goquery.OuterHtml()
|
|
|
+ t1, _ := goquery.OuterHtml(table.Goquery)
|
|
|
+ //t1, _ := table.Goquery.OuterHtml()
|
|
|
html := table.Html
|
|
|
pos := strings.Index(html, t1)
|
|
|
if pos <= 0 {
|