Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/0f18c156eea48f2ada03c4c777e97c289bfe3fd3
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/0f18c156eea48f2ada03c4c777e97c289bfe3fd3
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/0f18c156eea48f2ada03c4c777e97c289bfe3fd3

The branch, master has been updated
       via  0f18c156eea48f2ada03c4c777e97c289bfe3fd3 (commit)
      from  fd3f5f2d3fa3140ce066e116799de89907010a5e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-test.git/commit/?id=0f18c156eea48f2ada03c4c777e97c289bfe3fd3
commit 0f18c156eea48f2ada03c4c777e97c289bfe3fd3
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    monkey-index.cgi: Change mime type to text/plain.

diff --git a/cgi-bin/monkey-index.cgi b/cgi-bin/monkey-index.cgi
index e9ce008..88804d1 100755
--- a/cgi-bin/monkey-index.cgi
+++ b/cgi-bin/monkey-index.cgi
@@ -20,7 +20,7 @@ for fname in os.listdir(testroot):
     with open(os.path.join(testroot, fname), "r") as fh:
         files[fname] = yaml.load(fh)
 
-print('Content-Type: application/yaml')
+print('Content-Type: text/plain')
 print('')
 
 for group in files["index.yaml"]:


-----------------------------------------------------------------------

Summary of changes:
 cgi-bin/monkey-index.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgi-bin/monkey-index.cgi b/cgi-bin/monkey-index.cgi
index e9ce008..88804d1 100755
--- a/cgi-bin/monkey-index.cgi
+++ b/cgi-bin/monkey-index.cgi
@@ -20,7 +20,7 @@ for fname in os.listdir(testroot):
     with open(os.path.join(testroot, fname), "r") as fh:
         files[fname] = yaml.load(fh)
 
-print('Content-Type: application/yaml')
+print('Content-Type: text/plain')
 print('')
 
 for group in files["index.yaml"]:


-- 
NetSurf test cases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to