aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/html.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-20 18:40:03 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-20 18:40:03 +0100
commitf030ec7c59163dfd67b86987b5ba0a5ea69a327e (patch)
tree3013a6804b9846718e90faafd74025e03299fbce /src/libserver/html.h
parent454516df4cabdfc38d5d4cdbdf6a37d9292a94c0 (diff)
downloadrspamd-f030ec7c59163dfd67b86987b5ba0a5ea69a327e.tar.gz
rspamd-f030ec7c59163dfd67b86987b5ba0a5ea69a327e.zip
Tune html blocks.
Diffstat (limited to 'src/libserver/html.h')
-rw-r--r--src/libserver/html.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libserver/html.h b/src/libserver/html.h
index 912f5ef6a..341060517 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -64,13 +64,14 @@ struct html_color {
} comp;
guint32 val;
} d;
+ gboolean valid;
};
struct html_block {
- gint id;
+ struct html_tag *tag;
struct html_color font_color;
struct html_color background_color;
- gchar *style;
+ struct html_tag_component style;
guint font_size;
gchar *class;
};