From f1f63d75f0cd0a68789b2d63a285be895b951c44 Mon Sep 17 00:00:00 2001 From: Klaus-Hendrik Wolf Date: Fri, 17 Apr 2015 11:38:28 +0200 Subject: [PATCH] Typo in comment --- bibtexbrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 7d315f7..d02ea67 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -23,7 +23,7 @@ define('BIBTEXBROWSER','v__GITHUB__'); // support for configuration // 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; $CONFIGURATION = array(); function bibtexbrowser_configure($key, $value) {