From a15356d597df17b88e82ee8fc5d2a301fc00f52e Mon Sep 17 00:00:00 2001 From: Xiaodong Qi Date: Mon, 9 Jan 2017 13:36:09 -0700 Subject: [PATCH] Minor fix. --- bibtexbrowser-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser-test.php b/bibtexbrowser-test.php index 60619b5..9c2e43b 100755 --- a/bibtexbrowser-test.php +++ b/bibtexbrowser-test.php @@ -107,7 +107,7 @@ class BTBTest extends PHPUnit_Framework_TestCase { // changing the target bibtexbrowser_configure('BIBLIOGRAPHYSTYLE','DefaultBibliographyStyle'); bibtexbrowser_configure('BIBTEXBROWSER_LINKS_TARGET','_top'); - $this->assertEquals('An Article ( and ), In New Results, volume 5, . [bibtex]',$first_entry->toHTML()); + $this->assertEquals('An Article ( and ), In New Results, volume 5, . [bibtex]',$first_entry->toHTML()); }