File tree 2 files changed +2
-7
lines changed 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ saucelabs:
115
115
lint : .state/env/pyvenv.cfg
116
116
$(BINDIR ) /flake8 .
117
117
$(BINDIR ) /doc8 --allow-long-titles README.rst CONTRIBUTING.rst docs/ --ignore-path docs/_build/
118
- $(BINDIR ) /html_lint.py --disable=optional_tag ` find ./warehouse/templates -path ./warehouse/templates/legacy -prune -o -name ' *.html' -print`
118
+ $(BINDIR ) /html_lint.py --disable=optional_tag,names ` find ./warehouse/templates -path ./warehouse/templates/legacy -prune -o -name ' *.html' -print`
119
119
./node_modules/.bin/eslint ' warehouse/static/js/**'
120
120
121
121
Original file line number Diff line number Diff line change 53
53
54
54
< form class ="search-form search-form--primary " action ="{{ request.route_path('search') }} ">
55
55
< label for ="search " class ="sr-only "> Search PyPI</ label >
56
- < < < < < < < 987b739e87af5d503f7b54b93ab50b82adf4388a
57
- < input id ="search " class ="search " type ="text " name ="q " {{ l20n( "search") }} placeholder="Search Projects " value ="{{ term }} ">
58
- < input class ="button button--dark " type ="submit " {{ l20n( "search") }} value="Search ">
59
- =======
60
- < input id ="search " class ="search-form__search " type ="text " name ="q " {{ l20n( "search") }} placeholder="Search Packages " value ="{{ term }} ">
56
+ < input id ="search " class ="search-form__search " type ="text " name ="q " {{ l20n( "search") }} placeholder="Search Projects " value ="{{ term }} ">
61
57
< input class ="search-form__button button button--dark " type ="submit " {{ l20n( "search") }} value="Search ">
62
- > > > > > > > Continue BEM refactor
63
58
</ form >
64
59
</ div >
65
60
{% endblock %}
You can’t perform that action at this time.
0 commit comments