diff options
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index 702edf22..0ee3eb90 100644 --- a/src/html.cc +++ b/src/html.cc @@ -1729,7 +1729,7 @@ static void Html_tag_open_body(DilloHtml *html, const char *tag, int tagsize) } if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "link"))) - html->link_color = a_Html_color_parse(html, attrbuf, prefs.link_color); + html->link_color = a_Html_color_parse(html,attrbuf,prefs.link_color); if ((attrbuf = a_Html_get_attr(html, tag, tagsize, "vlink"))) html->visited_color = a_Html_color_parse(html, attrbuf, |