Bug fixes
parent
c97b5fd6ff
commit
02cecfa552
|
@ -22,6 +22,7 @@ pre.code {
|
|||
background-color:#f5f5f5;
|
||||
padding:5px;
|
||||
font-size:150%;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
|
|
|
@ -12,7 +12,7 @@ global [
|
|||
[
|
||||
drop
|
||||
serving-html
|
||||
htmlize-stream
|
||||
swap htmlize-stream
|
||||
] serve-file-hook set
|
||||
file-responder
|
||||
] with-scope
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue