diff --git a/README.md b/README.md
index e56ccc0..ecb56b2 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
Catalan |
ca-es |
pocketsphinx |
- UNTESTED |
+
+ UNTESTED
+ |
UNTESTED
|
@@ -192,7 +194,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
Hindi (Devanagari) |
hi |
pocketsphinx |
- UNTESTED |
+
+ UNTESTED
+ |
UNTESTED
|
@@ -214,7 +218,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
Kazakh (қазақша) |
kz |
pocketsphinx |
- UNTESTED |
+
+ UNTESTED
+ |
UNTESTED
|
@@ -236,7 +242,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
Mandarin |
zh-cn |
pocketsphinx |
- UNTESTED |
+
+ UNTESTED
+ |
UNTESTED
|
@@ -248,7 +256,9 @@ Untested profiles (highlighted below) *may* work, but I don't have the necessary
Polish (polski) |
pl |
julius |
- UNTESTED |
+
+ UNTESTED
+ |
UNTESTED
|
diff --git a/bin/make_performance_table.py b/bin/make_performance_table.py
index 0644e74..71cbab3 100644
--- a/bin/make_performance_table.py
+++ b/bin/make_performance_table.py
@@ -159,7 +159,8 @@ def main():
doc.asis(closed_text)
else:
- text("UNTESTED")
+ with tag("strong"):
+ text("UNTESTED")
# Open
with tag("td"):