Skip to content
Snippets Groups Projects
Commit 51bbaf09 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

pike green changed to pike grayish green

Rev: tutorial/html.pike:1.18
parent 786c024c
No related branches found
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ SGML index_to_wmml(INDEX data) ...@@ -300,7 +300,7 @@ SGML index_to_wmml(INDEX data)
for(x=0;x<sizeof(ret);x+=2) for(x=0;x<sizeof(ret);x+=2)
{ {
lines+=count_index_lines(ret[x..x+1]); lines+=count_index_lines(ret[x..x+1]);
werror("LINES: %d\n",lines); // werror("LINES: %d\n",lines);
if(lines*2>total_lines) break; if(lines*2>total_lines) break;
} }
return ({ return ({
...@@ -634,7 +634,7 @@ SGML wmml_to_html(SGML data) ...@@ -634,7 +634,7 @@ SGML wmml_to_html(SGML data)
ret=({ ret=({
Sgml.Tag("body", Sgml.Tag("body",
([ ([
"bgcolor":"#A0E0C0", "bgcolor":"#CCD9D2",
"text":"#000000", "text":"#000000",
"link":"blue", "link":"blue",
"vlink":"purple", "vlink":"purple",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment