From 230ca17d7f1c36ef4f24dcd90ea7523594424d9f Mon Sep 17 00:00:00 2001 From: Matthieu Guillaumin Date: Thu, 28 Feb 2013 17:40:25 +0100 Subject: [PATCH] improved abbrv for list; factorized code for toHTML(); reverted modifications to bib2html and created bib2links() instead. --- bibtexbrowser.php | 103 +++++++++++++++++++++++----------------------- 1 file changed, 52 insertions(+), 51 deletions(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index f49baa4..05a650a 100644 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -1246,27 +1246,29 @@ class BibEntry { } /** Returns the abbreviation. */ - function getAbbrv() { - if (ABBRV_TYPE == 'index') { - if ( LAYOUT == 'list' ) { //