summaryrefslogtreecommitdiff
path: root/dpi/vsource.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/vsource.c')
-rw-r--r--dpi/vsource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/vsource.c b/dpi/vsource.c
index 9dbfd5f2..e8eb6f34 100644
--- a/dpi/vsource.c
+++ b/dpi/vsource.c
@@ -110,7 +110,7 @@ void send_html_text(Dsh *sh, int data_size)
"<html><head>\n"
"<style type=\"text/css\">PRE {white-space: pre-wrap}\n"
"</style>\n"
- "</head><body>\n<table cellpadding='0'>\n");
+ "</head><body id=\"dillo_vs\">\n<table cellpadding='0'>\n");
while (bytes_read < data_size &&
(src_str = a_Dpip_dsh_read_token(sh, 1))) {