aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/html.h')
-rw-r--r--src/libserver/html.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/html.h b/src/libserver/html.h
index 44a14a0f7..abe38606e 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -95,9 +95,9 @@ struct html_block {
struct html_tag {
gint id;
gint flags;
- gsize content_length;
- const gchar *content;
+ guint content_length;
struct html_tag_component name;
+ const gchar *content;
GQueue *params;
gpointer extra; /** Additional data associated with tag (e.g. image) */
GNode *parent;