From 37a1ada7a2661e38b44a595610f1ada30f8968e7 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 24 Nov 2009 02:17:53 +0000 Subject: [PATCH] add attribute value for internal links svn: r17020 --- collects/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 index fcef56422f..fcbe10093b 100644 --- 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")