bug #28174 Remove the HTML5 validation from the profiler URL search form (Soullivaneuh)

This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes #28174).

Discussion
----------

Remove the HTML5 validation from the profiler URL search form

| Q             | A
| ------------- | ---
| Branch?       | 4.1
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #28157
| License       | MIT
| Doc PR        | N/A

We do not have to write a complete URL to do a search.

Only some keywords are necessary.

Commits
-------

bd8c844843 Remove the HTML5 validation from the profiler URL search form
This commit is contained in:
Nicolas Grekas 2018-08-09 21:58:29 +02:00
commit 57ddb2145f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<div class="form-group">
<label for="url">URL</label>
<input type="url" name="url" id="url" value="{{ url }}">
<input type="text" name="url" id="url" value="{{ url }}">
</div>
<div class="form-group">