From d632e3c9d3a9fb6e3fd2dd7b28edca99012d7782 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 5 Apr 2010 23:36:34 +0200 Subject: add id="dillo_vs" to view source page This allows for custom styling of view source by adjusting ~/.dillo/style.css, e.g: #dillo_vs {background-color: orange !important} --- dpi/vsource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpi/vsource.c') 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) "\n" "\n" - "\n\n"); + "\n
\n"); while (bytes_read < data_size && (src_str = a_Dpip_dsh_read_token(sh, 1))) { -- cgit v1.2.3