diff options
Diffstat (limited to 'servo/templates/diagnostics/select_test.html')
-rw-r--r-- | servo/templates/diagnostics/select_test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/diagnostics/select_test.html b/servo/templates/diagnostics/select_test.html index 95618f8..c296f10 100644 --- a/servo/templates/diagnostics/select_test.html +++ b/servo/templates/diagnostics/select_test.html @@ -3,7 +3,7 @@ {% block header %}{% trans "Choose test to run" %}{% endblock header %} {% block body %} {% if error %} - <h2>{{ error }}</h2> + <h3 class="empty muted">{{ error }}</h3> {% endif %} <ul class="nav nav-pills nav-stacked"> {% for i in tests %} |