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 d1fb3165976ceef63f200c27c61c49b70127e4a0
parent ff82cc48c3898dd75256ab6ee0542b04d9aba3ca
Author: Eli Barzilay <eli@racket-lang.org>
Date:   Tue, 24 Nov 2009 02:17:53 +0000

add attribute value for internal links

svn: r17020

original commit: 37a1ada7a2661e38b44a595610f1ada30f8968e7

Diffstat:
Mcollects/scribble/html-render.ss | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/scribble/html-render.ss b/collects/scribble/html-render.ss @@ -43,7 +43,7 @@ ,@(map (lambda (x) (if (string? x) x (format "~a" x))) body) "\n")))) -(define (extra-internal-attribs) null) +(define (extra-internal-attribs) '([pltdoc "x"])) (define-runtime-path scribble-css "scribble.css") (define-runtime-path scribble-style-css "scribble-style.css")