Skip to content

Commit

Permalink
fix duplicate labels on main doc pages
Browse files Browse the repository at this point in the history
Closes PR 14101
  • Loading branch information
mflatt committed Nov 7, 2013
1 parent 6eca0ae commit b455e2f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -51,8 +51,9 @@
;; massage the current path to an up string
(regexp-replace* #rx"[^/]*/" (regexp-replace #rx"[^/]+$" path "") "../"))
(define page-title
(title #:style (make-style #f (cons
(title #:style (make-style #f (list*
'no-toc
'toc-hidden
(if (not force-racket-css?)
null
(list
Expand Down

0 comments on commit b455e2f

Please sign in to comment.