diff --git a/ner.edith.html b/ner.edith.html
index 5dac979..5b04538 100644
--- a/ner.edith.html
+++ b/ner.edith.html
@@ -64,6 +64,8 @@
$("#table td:contains('I-ORG')").addClass('ner_org');
$("#table td:contains('B-OTH')").addClass('ner_oth');
$("#table td:contains('I-OTH')").addClass('ner_oth');
+ $("#table td:contains('B-TODO')").addClass('ner_oth');
+ $("#table td:contains('I-TODO')").addClass('ner_oth');
});
}
});