diff options
author | corvid <corvid@dillo.org> | 2014-02-15 19:33:08 +0000 |
---|---|---|
committer | corvid <corvid@dillo.org> | 2014-02-15 19:33:08 +0000 |
commit | 1ddd844bb0de6d40116d460e6707bef31e72c1da (patch) | |
tree | da4445d1948df9391bb1a707759e3c4adb10c013 /src/html_common.hh | |
parent | 8711f43231e783f0c71a0d3f903c747188bfa0ae (diff) |
input image shouldn't recognize hspace,vspace,border attrs
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index bb1508b5..de3069cb 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -258,7 +258,7 @@ DilloUrl *a_Html_url_new(DilloHtml *html, const char *url_str, const char *base_url, int use_base_url); -void a_Html_image_attrs(DilloHtml *html, const char *tag, int tagsize); +void a_Html_common_image_attrs(DilloHtml *html, const char *tag, int tagsize); DilloImage *a_Html_image_new(DilloHtml *html, const char *tag, int tagsize); char *a_Html_parse_entities(DilloHtml *html, const char *token, int toksize); |