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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/html.h b/src/libserver/html.h
index c179be2e2..b3d8738d7 100644
--- a/src/libserver/html.h
+++ b/src/libserver/html.h
@@ -83,6 +83,7 @@ struct html_tag {
struct html_tag_component name;
GQueue *params;
gpointer extra; /** Additional data associated with tag (e.g. image) */
+ GNode *parent;
};
/* Forwarded declaration */