summaryrefslogtreecommitdiffstats
path: root/src/libserver/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/html.h')
-rw-r--r--src/libserver/html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libserver/html.h b/src/libserver/html.h
index 84d5e2bc2..44a14a0f7 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -33,7 +33,8 @@ enum html_component_type {
RSPAMD_HTML_COMPONENT_STYLE,
RSPAMD_HTML_COMPONENT_CLASS,
RSPAMD_HTML_COMPONENT_WIDTH,
- RSPAMD_HTML_COMPONENT_HEIGHT
+ RSPAMD_HTML_COMPONENT_HEIGHT,
+ RSPAMD_HTML_COMPONENT_SIZE
};
struct html_tag_component {