From 3c0daf429a15b39a8e5d521449be4306b14f579a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 22 Jul 2003 22:13:44 +0000 Subject: [project @ 2003-07-22 22:13:44 by jmb] Enable viewing HTML source when F8 is pressed svn path=/import/netsurf/; revision=241 --- content/content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 1903730c5..bc189c1dd 100644 --- a/content/content.h +++ b/content/content.h @@ -100,6 +100,8 @@ struct content struct { htmlParserCtxt* parser; + char* source; + int length; struct box* layout; unsigned int stylesheet_count; struct content **stylesheet_content; -- cgit v1.2.3