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

This commit is contained in:
Samuel Bronson 2012-10-16 11:56:01 -04:00 committed by Matthew Flatt
parent 11df3f9b20
commit 8653bc6792

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))