bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0d0fda83215ea6fdcc0a02546322250cbc6a5303
parent 564f441d99d01f36e4bec3e9476eca75f2daee12
Author: Matthias Felleisen <matthias@ccs.neu.edu>
Date:   Mon, 30 Oct 2017 19:05:29 -0400

fixing obvious bug in figure -> ref-proc

Diffstat:
Mscribble-lib/scriblib/figure.rkt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scribble-lib/scriblib/figure.rkt b/scribble-lib/scriblib/figure.rkt @@ -150,8 +150,8 @@ (counter-ref figures tag (string-append initial "igure") #:link-render-style link-style))] [(null? (cdr tags)) - (define tag1 (car tags)) - (define tag2 (cadr tags)) + (define tag1 tag) + (define tag2 (car tags)) (make-element #f (list (counter-ref figures tag1 (string-append initial "igures") #:link-render-style link-style) " and "