Skip to content
Snippets Groups Projects
Commit 422f6633 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

layout fix in arg list

Rev: tutorial/html.pike:1.19
parent 1a3e1bc0
No related branches found
No related tags found
No related merge requests found
...@@ -408,10 +408,10 @@ SGML convert(SGML data) ...@@ -408,10 +408,10 @@ SGML convert(SGML data)
case "aargdesc": case "aargdesc":
ret+=convert(({Sgml.Tag("tr",([]),data->pos, ret+=convert(({Sgml.Tag("tr",([]),data->pos,
({Sgml.Tag("td")})+data->data)})); ({Sgml.Tag("td",(["valign":"top","align":"left"]))})+data->data)}));
continue; continue;
case "adesc": case "adesc":
ret+=convert(({Sgml.Tag("td",([]),data->pos,data->data)})); ret+=convert(({Sgml.Tag("td",(["valign":"top","align":"left"]),data->pos,data->data)}));
continue; continue;
case "aarg": case "aarg":
ret+=convert(({Sgml.Tag("tt",([]),data->pos,data->data), ret+=convert(({Sgml.Tag("tt",([]),data->pos,data->data),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment