aboutsummaryrefslogtreecommitdiff
path: root/less/tests/css-tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'less/tests/css-tests.html')
-rw-r--r--less/tests/css-tests.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index fd71ce82d..67812af60 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -601,7 +601,7 @@
<h4>Prepend with type="submit"</h4>
<form class="form-search">
<div class="input-append">
- <input type="text" class="span2 search-query" value="" name="q">
+ <input type="text" class="span2" value="" name="q">
<input type="submit" value="Search" class="btn">
</div>
</form>