Comments
Patch
@@ -80,7 +80,7 @@
var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
return m ? m[1] : null;
},
- '.bigtable > tbody:nth-of-type(2)',
+ '.bigtable > tbody',
'<tr class="%class%">\\
<td colspan="3" style="text-align: center;">%text%</td>\\
</tr>'
@@ -797,7 +797,7 @@ Logs and changes
var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
return m ? m[1] : null;
},
- '.bigtable > tbody:nth-of-type(2)',
+ '.bigtable > tbody',
'<tr class="%class%">\
<td colspan="3" style="text-align: center;">%text%</td>\
</tr>'
@@ -99,7 +99,7 @@ Some tests for hgweb in an empty reposit
var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
return m ? m[1] : null;
},
- '.bigtable > tbody:nth-of-type(2)',
+ '.bigtable > tbody',
'<tr class="%class%">\
<td colspan="3" style="text-align: center;">%text%</td>\
</tr>'
@@ -210,7 +210,7 @@ Some tests for hgweb in an empty reposit
var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
return m ? m[1] : null;
},
- '.bigtable > tbody:nth-of-type(2)',
+ '.bigtable > tbody',
'<tr class="%class%">\
<td colspan="3" style="text-align: center;">%text%</td>\
</tr>'