aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-12-30 22:33:10 +0000
committercorvid <corvid@lavabit.com>2012-12-30 22:33:10 +0000
commitf80b0138048d14f7a791428b25d5d1ef37d76fd4 (patch)
tree825b90a9d79c3f0d098447a6323c651bc31b2e84 /src/html_common.hh
parentcb711a5a7e2aa24c84128781bbf02ec8bf211f17 (diff)
rm prehistoric 'subtag' wording
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh4
1 files changed, 2 insertions, 2 deletions
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);