Browse Source

Typo in comment

pull/26/head
Klaus-Hendrik Wolf 10 years ago
parent
commit
f1f63d75f0
  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