aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-31 23:40:38 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-10-31 23:40:38 +0100
commitbef80608dea6e217b7014470b649bcfab0a9c0f4 (patch)
tree1f488f0a93a6839e5b4ddcfd968c071919d54081 /src/html_common.hh
parent90be8873a5cae7c0d67b4e4d43ca15ca8ef14159 (diff)
make ol work
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html_common.hh b/src/html_common.hh
index a35411ee..aa468522 100644
--- a/src/html_common.hh
+++ b/src/html_common.hh
@@ -269,7 +269,7 @@ int32_t a_Html_color_parse(DilloHtml *html,
const char *subtag, 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,
+void a_Html_tag_set_align_attr(DilloHtml *html, CssPropertyList *props,
const char *tag, int tagsize);
bool a_Html_tag_set_valign_attr(DilloHtml *html,
const char *tag, int tagsize,