Index: build/android/pylib/results/presentation/template/table.html |
diff --git a/build/android/pylib/results/presentation/template/table.html b/build/android/pylib/results/presentation/template/table.html |
index d2e5ee289d43af1f200a3a6ff228f1cc62c32f4e..021fce6403238d5d12f5a15b5af17fc64bef7512 100644 |
--- a/build/android/pylib/results/presentation/template/table.html |
+++ b/build/android/pylib/results/presentation/template/table.html |
@@ -1,4 +1,4 @@ |
-<table id="{{tb_value.table_id}}" class="info" style="display:none;"> |
+<table id="{{tb_value.table_id}}" style="display:none;"> |
<thead class="heads"> |
<tr> |
{% for cell in tb_value.table_headers -%} |