Bug fixes

release
Slava Pestov 2007-12-06 01:47:53 -05:00
parent c97b5fd6ff
commit 02cecfa552
3 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,7 @@ pre.code {
background-color:#f5f5f5;
padding:5px;
font-size:150%;
color:#000000;
}
.navbar {

View File

@ -12,7 +12,7 @@ global [
[
drop
serving-html
htmlize-stream
swap htmlize-stream
] serve-file-hook set
file-responder
] with-scope

View File

@ -5,5 +5,7 @@ kernel sequences io ;
[ t ] [ modes hashtable? ] unit-test
[ ] [
modes keys [ dup print load-mode drop reset-modes ] each
modes keys [
dup print flush load-mode drop reset-modes
] each
] unit-test