scribble/html-render: Add missing sep-element for non-CSS browsers
original commit: 8653bc6792b614c69b7d0aab7e329591735a0dad
This commit is contained in:
parent
b033e80e4e
commit
066db6a0b4
|
@ -871,7 +871,7 @@
|
||||||
next-content)))))
|
next-content)))))
|
||||||
(define navbar
|
(define navbar
|
||||||
`(div ([class ,(if top? "navsettop" "navsetbottom")])
|
`(div ([class ,(if top? "navsettop" "navsetbottom")])
|
||||||
,navleft ,navright nbsp)) ; need nbsp to make the navset bg visible
|
,navleft ,sep-element ,navright nbsp)) ; need nbsp to make the navset bg visible
|
||||||
(if (include-navigation?)
|
(if (include-navigation?)
|
||||||
(list navbar)
|
(list navbar)
|
||||||
null))
|
null))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user