summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.h b/render/html.h
index db41f7f11..8a5047cc2 100644
--- a/render/html.h
+++ b/render/html.h
@@ -29,6 +29,7 @@ struct content_html_data {
htmlParserCtxt *parser;
char *source;
int length;
+ char *base_url; /**< Base URL (may be a copy of content->url). */
struct box *layout;
colour background_colour;
unsigned int stylesheet_count;