| Index: tools/turbolizer/index.html
|
| diff --git a/tools/turbolizer/index.html b/tools/turbolizer/index.html
|
| index ba7701176e34b63f903010c1d2ce84984f925950..6991d926821b96a4da6df213eccefea9e2057466 100644
|
| --- a/tools/turbolizer/index.html
|
| +++ b/tools/turbolizer/index.html
|
| @@ -24,7 +24,8 @@
|
| <input id="toggle-types" type="image" title="show/hide types"
|
| src="types.png" alt="show/hide types" class="button-input">
|
| <input id="search-input" type="text" title="search nodes for regex"
|
| - alt="search node for regex" class="search-input">
|
| + alt="search node for regex" class="search-input"
|
| + placeholder="find with regexp…">
|
| <select id="display-selector"></select>
|
| </span>
|
| <div id="load-file">
|
|
|