Fix duplicate <caption> whitelist parents rule

This commit is contained in:
Wilson Lin 2018-07-06 13:48:12 +12:00
parent 9037789510
commit 20bd56c08e
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@ void hb_r_whitelistparents_init(void) {
nh_set_str_add(caption, "table");
nh_map_str_strset_set(hb_r_whitelistparents_map, "caption", caption);
// <caption>
nh_set_str_t caption = nh_set_str_create();
nh_set_str_add(caption, "table");
nh_map_str_strset_set(hb_r_whitelistparents_map, "caption", caption);
// <col>
nh_set_str_t col = nh_set_str_create();
nh_set_str_add(col, "table");