summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 813736175..f6861a79f 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -287,7 +287,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
}
if (box->usemap) {
- url = imagemap_get(content, box->usemap,
+ url = imagemap_get(html, box->usemap,
box_x, box_y, x, y, &target);
if (url) {
imagemap = true;