Martin Monperrus
1 year ago
No known key found for this signature in database
GPG Key ID: 7D398AD45AEEEC93
1 changed files with
4 additions and
1 deletions
-
bibtexbrowser.php
|
|
@ -4930,7 +4930,10 @@ class Dispatcher { |
|
|
|
exit; |
|
|
|
} |
|
|
|
|
|
|
|
function frameset() { ?>
|
|
|
|
function frameset() { |
|
|
|
$this->getDB(); // will throw 404 if bib file does not exist
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> |
|
|
|