scribble/html-render: Add missing sep-element for non-CSS browsers

original commit: 8653bc6792b614c69b7d0aab7e329591735a0dad
This commit is contained in:
Samuel Bronson 2012-10-16 11:56:01 -04:00 committed by Matthew Flatt
parent b033e80e4e
commit 066db6a0b4

View File

@ -871,7 +871,7 @@
next-content)))))
(define navbar
`(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?)
(list navbar)
null))