Browse Source

forgot @ in @define('ENCODING','UTF-8');

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 14 years ago
parent
commit
66459a3416
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -301,7 +301,7 @@ define('BIBTEXBROWSER','v__MTIME__');
// there is no encoding transformation from the bibtex file to the html file // there is no encoding transformation from the bibtex file to the html file
// if your bibtex file contains 8 bits characters in utf-8 // if your bibtex file contains 8 bits characters in utf-8
// change the following parameter // change the following parameter
define('ENCODING','UTF-8');//@define('ENCODING','iso-8859-1');//define('ENCODING','windows-1252');
@define('ENCODING','UTF-8');//@define('ENCODING','iso-8859-1');//define('ENCODING','windows-1252');
// number of bib items per page // number of bib items per page
@define('PAGE_SIZE',isset($_GET['nopage'])?10000:25); @define('PAGE_SIZE',isset($_GET['nopage'])?10000:25);
// bibtexbrowser uses a small piece of Javascript to improve the user experience // bibtexbrowser uses a small piece of Javascript to improve the user experience

Loading…
Cancel
Save