commit 537dc77d156c70ebf604c6b7d045687acdffb390
parent 449670964dab0fed0aa69eb64068d62d80dbad22
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Mon, 19 May 2008 13:15:32 +0000
fix bug in previous commit
svn: r9887
original commit: 7a72cd8034d078bf78f40a072d8f85818a31868a
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/collects/scribble/basic.ss b/collects/scribble/basic.ss
@@ -175,7 +175,8 @@
(regexp-replace #rx"^ +"
(regexp-replace #rx" +$"
s
- ""))
+ "")
+ "")
" "))
(define (record-index word-seq element-seq tag content)