]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/bibliography/html-long.bst
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
[lilypond.git] / Documentation / bibliography / html-long.bst
index 79857470d02377bdf6df75813b6d9b6958b874b4..e01f1fa51a97afe61ed2bf86a64aa25f42d98235 100644 (file)
@@ -1,7 +1,7 @@
 % BibTeX bibliography style `html-long'
 %   spits out HTML-formatted bibliography in place of bbl output
 % by David Kotz dfk@cs.dartmouth.edu
-% $Id: html-long.bst,v 1.2 2001/12/05 17:26:32 fred Exp $
+% $Id: html-long.bst,v 1.4 2005/07/21 21:29:50 hjunes Exp $
 %    modified from
 % BibTeX standard bibliography style `alpha'
        % version 0.99a for BibTeX versions 0.99a or later, LaTeX version 2.09.
@@ -1351,7 +1351,8 @@ REVERSE {reverse.pass}
 % DFK changed to HTML
 FUNCTION {begin.bib}
 { "<HTML>" write$ newline$
-  "<HEAD><TITLE> Bibliography </TITLE></HEAD>" write$ newline$
+  "<HEAD><TITLE> Bibliography </TITLE>" write$ newline$
+  "</HEAD>" write$ newline$
   "<BODY BGCOLOR=#EEEEEE>" write$ newline$
   "<DL>" write$ newline$
 }