URI: 
       small whitespacefix. - surf - [fork] surf browser, a WebKit based browser
  HTML git clone git@git.drkhsh.at/surf.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 92cb8792e17e7f0c61131da3be1bddda5375bc47
   DIR parent 04173f6661ab8a84df36e081c58402ac8ec5b902
  HTML Author: Enno Boland (tox) <tox@s01.de>
       Date:   Tue, 13 Oct 2009 20:10:43 +0200
       
       small whitespacefix.
       Diffstat:
         M surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/surf.c b/surf.c
       @@ -699,7 +699,7 @@ windowobjectcleared(GtkWidget *w, WebKitWebFrame *frame, JSContextRef js, JSObje
                
                filename = g_build_filename(workdir, "script.js", NULL);
                if(g_file_get_contents(filename, &script, NULL, &error)) {
       -                jsscript = JSStringCreateWithUTF8CString (script);
       +                jsscript = JSStringCreateWithUTF8CString(script);
                        JSEvaluateScript (js, jsscript, JSContextGetGlobalObject(js), NULL, 0, &exception);
                }
        }