add attribute value for internal links
svn: r17020
This commit is contained in:
parent
dcf2991736
commit
37a1ada7a2
|
@ -43,7 +43,7 @@
|
||||||
,@(map (lambda (x) (if (string? x) x (format "~a" x))) body)
|
,@(map (lambda (x) (if (string? x) x (format "~a" x))) body)
|
||||||
"\n"))))
|
"\n"))))
|
||||||
|
|
||||||
(define (extra-internal-attribs) null)
|
(define (extra-internal-attribs) '([pltdoc "x"]))
|
||||||
|
|
||||||
(define-runtime-path scribble-css "scribble.css")
|
(define-runtime-path scribble-css "scribble.css")
|
||||||
(define-runtime-path scribble-style-css "scribble-style.css")
|
(define-runtime-path scribble-style-css "scribble-style.css")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user