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