Projet

Général

Profil

Révision 4eeb3b46

Ajouté par Assos Assos il y a presque 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/templates/system/textfield.func.php
55 55
      // The throbber's background image must be set here because sites may not
56 56
      // be at the root of the domain (ie: /) and this value cannot be set via
57 57
      // CSS.
58
      $output .= '<span class="autocomplete-throbber" style="background-image:url(' . url('misc/throbber.gif') . ')"></span>';
58
      $output .= '<span class="autocomplete-throbber" style="background-image:url(' . file_create_url('misc/throbber.gif') . ')"></span>';
59 59
      $output .= '</span></div>';
60 60
    }
61 61
    $extra = '<input' . drupal_attributes($attributes) . ' />';

Formats disponibles : Unified diff