| Index: includes/browser-select.tmpl | 
| =================================================================== | 
| --- a/includes/browser-select.tmpl | 
| +++ b/includes/browser-select.tmpl | 
| @@ -5,17 +5,17 @@ | 
|  | 
| <div id="browser-select" class="custom-select custom-select-dropdown"> | 
| <button class="custom-select-selected" aria-expanded="false" aria-haspopup="true"> | 
| </button> | 
| <ul class="custom-select-options" role="menu" tabindex="-1" aria-labelledby="browser-select-label"> | 
| {% for browser in browsers %} | 
| <li class="custom-select-option" role="menuitemradio" aria-checked="false" tabindex="0" data-value="{{ browser.id }}"> | 
| <span class="has-pre-icon"> | 
| -          <span class="pre-icon" style="{{ get_inline_bg('logo-'+product_id) }}"></span> | 
| +          <span class="pre-icon" style="{{ get_inline_bg(browser.id) }}"></span> | 
| {{ browser.name | translate(browser.id + "-name") }} | 
| </span> | 
| </li> | 
| {% endfor %} | 
| </ul> | 
| </div> | 
| </fieldset> | 
|  | 
|  |