mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
In html_table, rename parameter a to attr.
This commit is contained in:
parent
cf2fcaa84f
commit
947ddc4160
@ -589,12 +589,12 @@ html_hr(struct html_context *html_context, unsigned char *a,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
html_table(struct html_context *html_context, unsigned char *a,
|
html_table(struct html_context *html_context, unsigned char *attr,
|
||||||
unsigned char *html, unsigned char *eof, unsigned char **end)
|
unsigned char *html, unsigned char *eof, unsigned char **end)
|
||||||
{
|
{
|
||||||
par_format.leftmargin = par_format.rightmargin = html_context->margin;
|
par_format.leftmargin = par_format.rightmargin = html_context->margin;
|
||||||
par_format.align = ALIGN_LEFT;
|
par_format.align = ALIGN_LEFT;
|
||||||
html_linebrk(html_context, a, html, eof, end);
|
html_linebrk(html_context, attr, html, eof, end);
|
||||||
format.style.attr = 0;
|
format.style.attr = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user