summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html_script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_script.c b/render/html_script.c
index 7222f80e2..f4d80ab54 100644
--- a/render/html_script.c
+++ b/render/html_script.c
@@ -483,7 +483,7 @@ exec_src_script(html_content *c,
switch (script_type) {
case HTML_SCRIPT_SYNC:
- ret = DOM_HUBBUB_PAUSED;
+ ret = DOM_HUBBUB_HUBBUB_ERR | HUBBUB_PAUSED;
case HTML_SCRIPT_ASYNC:
break;