This commit is contained in:
parent
7ba6dc3a35
commit
d17e7b9b7c
1 changed files with 2 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ void classic_body(FILE* out, const char* top, const char* title, xl_node_t* body
|
|||
|
||||
size[0] = 0;
|
||||
|
||||
ws = 0;
|
||||
if(u_image_size(top, text, u_http_path, &ws, &hs)) {
|
||||
sprintf(size, " width=\"%d\" height=\"%d\"", ws, hs);
|
||||
}
|
||||
|
|
@ -231,6 +232,7 @@ void classic_body(FILE* out, const char* top, const char* title, xl_node_t* body
|
|||
text = u_path(top, text);
|
||||
|
||||
fprintf(out, " <a href=\"%s\"><img src=\"%s\" alt=\"%s\" border=\"0\"%s></a>\n", link, text, name, size);
|
||||
fprintf(out, " <img src=\"%simage/fill.gif\" width=\"96\">\n", top);
|
||||
free(text);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue