[Commits] [svn:einsteintoolkit] www/info/citing/ (Rev. 424)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Sat Nov 20 23:53:36 CST 2010
User: knarf
Date: 2010/11/20 11:53 PM
Modified:
/info/citing/
parse_citations.pl
Log:
fix table headings
File Changes:
Directory: /info/citing/
========================
File [modified]: parse_citations.pl
Delta lines: +1 -1
===================================================================
--- info/citing/parse_citations.pl 2010-11-21 05:52:35 UTC (rev 423)
+++ info/citing/parse_citations.pl 2010-11-21 05:53:36 UTC (rev 424)
@@ -9,7 +9,7 @@
my $command = "../../bibtex/parse_bibtex.pl --input=../../manifest/einsteintoolkit.bib --filter=$filter";
`$command > $tmpfile`;
# get bibtex key list
- my $keys = `$command --showkey=required-for`;
+ my $keys = `$command --showkey=$filter`;
# generate preliminary html
my $html = join("", `../../bibtex/bib2xhtml -u -s unsortlist $tmpfile`);
unlink($tmpfile);
More information about the Commits
mailing list