Projet

Général

Profil

Révision c8740e19

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/highlightjs/highlight_js.module
13 13
function highlight_js_libraries_info() {
14 14
  $libraries['highlightjs'] = array(
15 15
    'name' => 'highlightjs',
16
    'vendor url' => 'http://softwaremaniacs.org/soft/highlight/en',
17
    'download url' => 'http://softwaremaniacs.org/soft/highlight/en/download',
18
    'version' => '7.2',
16
    'vendor url' => 'http://highlightjs.org/',
17
    'download url' => 'http://highlightjs.org/download/',
18
    'version' => '8.0',
19 19
    'files' => array(
20 20
      'js' => array(
21 21
        'highlight.pack.js',
......
64 64
    '#title' => t('Highlight JS default style'),
65 65
    '#default_value' => variable_get('highlightjs_style', 'default'),
66 66
    '#description' => t('Select the default code style format. Please refer to the !url page for a live demo of all the styles.',
67
                        array('!url' => l('Demo', 'http://softwaremaniacs.org/media/soft/highlight/test.html'))),
67
                        array('!url' => l('Demo', 'http://highlightjs.org/static/test.html'))),
68 68
    '#options' => $options,
69 69
  );
70 70
  return system_settings_form($form);

Formats disponibles : Unified diff