downcase index entries
svn: r10007
This commit is contained in:
parent
748943eac8
commit
347b8bee28
|
@ -49,9 +49,10 @@
|
|||
;; (and (exported-index-desc? desc)
|
||||
;; (list (exported-index-desc-name desc)
|
||||
;; (exported-index-desc-from-libs desc)))
|
||||
;; Note: using ~s to have javascript-quoted strings
|
||||
(format "~a[~s, ~s, ~s]"
|
||||
(if (eq? i (car l)) "" ",\n")
|
||||
(string-join texts " ")
|
||||
(string-downcase (string-join texts " "))
|
||||
href
|
||||
html)))
|
||||
@script[#:noscript @list{Sorry, you must have JavaScript to use this page.}]{
|
||||
|
|
Loading…
Reference in New Issue
Block a user