Browse Source

Merge pull request #26 from khwolf/patch-1

Typo in comment
pull/28/merge
Martin Monperrus 10 years ago
parent
commit
a22afd6521
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -23,7 +23,7 @@ define('BIBTEXBROWSER','v__GITHUB__');
// support for configuration // support for configuration
// set with bibtexbrowser_configure, get with config_value // set with bibtexbrowser_configure, get with config_value
// you may have bibtexbrowser_configure('ENCODING', 'latin1) in bibtexbrowser.local.php
// you may have bibtexbrowser_configure('ENCODING', 'latin1') in bibtexbrowser.local.php
global $CONFIGURATION; global $CONFIGURATION;
$CONFIGURATION = array(); $CONFIGURATION = array();
function bibtexbrowser_configure($key, $value) { function bibtexbrowser_configure($key, $value) {

Loading…
Cancel
Save