From f80b0138048d14f7a791428b25d5d1ef37d76fd4 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 30 Dec 2012 22:33:10 +0000 Subject: rm prehistoric 'subtag' wording --- src/html_common.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/html_common.hh') diff --git a/src/html_common.hh b/src/html_common.hh index 726fbd0e..a89e1cb5 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -245,8 +245,8 @@ DilloImage *a_Html_image_new(DilloHtml *html, const char *tag, int tagsize); char *a_Html_parse_entities(DilloHtml *html, const char *token, int toksize); void a_Html_pop_tag(DilloHtml *html, int TagIdx); void a_Html_stash_init(DilloHtml *html); -int32_t a_Html_color_parse(DilloHtml *html, - const char *subtag, int32_t default_color); +int32_t a_Html_color_parse(DilloHtml *html, const char *str, + int32_t default_color); dw::core::style::Length a_Html_parse_length (DilloHtml *html, const char *attr); void a_Html_tag_set_align_attr(DilloHtml *html, const char *tag, int tagsize); -- cgit v1.2.3